OSDN Git Service

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