Commit b2c3fc1a

mo khan <mo@mokhan.ca>
2014-06-08 00:09:23
remove comments from spec.
1 parent 2ec8a94
Changed files (1)
spec/features/add_to_favorites_spec.rb
@@ -5,8 +5,6 @@ describe "adding a cake to your favorites", :js => true do
   let!(:me) { create(:user, :password => "password") }
 
   before :each do
-    creation.photos.first.update_attribute(:image_processing, nil)
-    #system "cp #{creation.photos.first.image.file.file} #{creation.photos.first.image.file.file.gsub(/example/, 'large_example')}"
     visit user_session_path
     within('.form-inline') do
       fill_in('user_email', :with => me.email)