X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=spec%2Fviews%2Fballoons%2Fnew.html.erb_spec.rb;fp=spec%2Fviews%2Fballoons%2Fnew.html.erb_spec.rb;h=0000000000000000000000000000000000000000;hb=e238f6a0e79f30d8a9fca5f9af3a1fa6317f401a;hp=47d89e13641836402271b34a2e4342d090c7eafb;hpb=4df182696caa0089aa617386671473b555008aea;p=pettanr%2Fpettanr.git diff --git a/spec/views/balloons/new.html.erb_spec.rb b/spec/views/balloons/new.html.erb_spec.rb deleted file mode 100644 index 47d89e13..00000000 --- a/spec/views/balloons/new.html.erb_spec.rb +++ /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