OSDN Git Service

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