aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-02-10 23:42:57 -0800
committerAndre Arko <andre@arko.net>2013-02-11 19:19:13 -0800
commitd573a6762ab052d8d2310414bac6564ca57255a7 (patch)
treed17a33f6d7bdecdc9ee66ba791ae35af2e9cd994 /spec/support
parent28aab5c1ebb28837aa6d9c3c72c9ff1fd7c0ed35 (diff)
downloadbundler-d573a6762ab052d8d2310414bac6564ca57255a7.tar.gz
include pry for help debugging test cases
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/rubygems_ext.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/rubygems_ext.rb b/spec/support/rubygems_ext.rb
index dcd80f58..19d0688b 100644
--- a/spec/support/rubygems_ext.rb
+++ b/spec/support/rubygems_ext.rb
@@ -19,6 +19,7 @@ module Spec
# 3.0.0 breaks 1.9.2 specs
`gem install builder --version 2.1.2 --no-rdoc --no-ri`
`gem install rack --no-rdoc --no-ri`
+ `gem install pry --no-rdoc --no-ri`
end
ENV['HOME'] = Path.home.to_s