Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Removed pry
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Mar 30, 2012
1 parent 78cfebd commit f4b6d48
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion features/support/env.rb
@@ -1,7 +1,6 @@
require 'aruba/cucumber'
require 'capybara/cucumber'
require 'test/unit/assertions'
require 'pry'

$CUCUMBER=1

Expand Down
1 change: 0 additions & 1 deletion test/helper.rb
Expand Up @@ -15,7 +15,6 @@
require 'pathname'

require 'pathname'
require 'pry'

puts "Testing against version #{ActiveRecord::VERSION::STRING}"

Expand Down
2 changes: 0 additions & 2 deletions test/storage/s3_live_test.rb
Expand Up @@ -22,8 +22,6 @@ class S3LiveTest < Test::Unit::TestCase
@attachment2 = Dummy.new.avatar
@attachment2.assign(@file)
@attachment2.save

binding.pry
end
end

Expand Down

0 comments on commit f4b6d48

Please sign in to comment.