Commit 903f7c30

mo khan <mo@mokhan.ca>
2013-06-04 03:08:38
fix broken spec
1 parent 5d737fd
Changed files (1)
spec/controllers/photos_controller_spec.rb
@@ -22,7 +22,7 @@ describe PhotosController do
 
     it "should upload a new photo" do
       assigns(:photo).should_not be_nil
-      assigns(:photo).image.to_s.should include("gorilla.png")
+      assigns(:photo).image.to_s.should include("gorilla.jpg")
     end
   end