Commit f4b6d48d by Jon Yurek

Removed pry

parent 78cfebd5
require 'aruba/cucumber'
require 'capybara/cucumber'
require 'test/unit/assertions'
require 'pry'
$CUCUMBER=1
......
......@@ -15,7 +15,6 @@ require 'mime/types'
require 'pathname'
require 'pathname'
require 'pry'
puts "Testing against version #{ActiveRecord::VERSION::STRING}"
......
......@@ -22,8 +22,6 @@ unless ENV["S3_BUCKET"].blank?
@attachment2 = Dummy.new.avatar
@attachment2.assign(@file)
@attachment2.save
binding.pry
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment