OSDN Git Service

try autotest
[pettanr/pettanr.git] / spec / views / artists / new.html.erb_spec.rb
diff --git a/spec/views/artists/new.html.erb_spec.rb b/spec/views/artists/new.html.erb_spec.rb
deleted file mode 100644 (file)
index bff7d48..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-require 'spec_helper'
-
-describe "artists/new.html.erb" do
-  before(:each) do
-    assign(:artist, stub_model(Artist).as_new_record)
-  end
-
-  it "renders new artist form" do
-    render
-
-    # Run the generator again with the --webrat flag if you want to use webrat matchers
-    assert_select "form", :action => artists_path, :method => "post" do
-    end
-  end
-end