diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index ac124b8da9..dee4f07dc2 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -3,6 +3,8 @@ require 'spork' #uncomment the following line to use spork with the debugger #require 'spork/ext/ruby-debug' +# Require pry when we're not inside Travis-CI +require 'pry' unless ENV['HAS_JOSH_K_SEAL_OF_APPROVAL'] Spork.prefork do ENV["RAILS_ENV"] ||= 'test'