OSDN Git Service

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