Commit b2c3fc1a
Changed files (1)
spec
features
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)