OSDN Git Service

add test
[pettanr/pettanr.git] / spec / requests / resource_pictures_spec.rb
similarity index 68%
rename from spec/requests/baloon_types_spec.rb
rename to spec/requests/resource_pictures_spec.rb
index ecda4f5..82bf4e2 100644 (file)
@@ -1,10 +1,10 @@
 require 'spec_helper'
 
-describe "BaloonTypes" do
-  describe "GET /baloon_types" do
+describe "ResourcePictures" do
+  describe "GET /resource_pictures" do
     it "works! (now write some real specs)" do
       # Run the generator again with the --webrat flag if you want to use webrat methods/matchers
-      get baloon_types_path
+      get resource_pictures_path
       response.status.should be(200)
     end
   end