Always require pry gems in rails_helper
* remove IMPROVED_SPEC_DEBUGGING env var guard
This commit is contained in:
parent
a3e812453e
commit
b62ad003ce
|
@ -8,11 +8,9 @@ end
|
|||
require 'rubygems'
|
||||
require 'rbtrace'
|
||||
|
||||
if ENV['IMPROVED_SPEC_DEBUGGING']
|
||||
require 'pry'
|
||||
require 'pry-byebug'
|
||||
require 'pry-rails'
|
||||
end
|
||||
require 'pry'
|
||||
require 'pry-byebug'
|
||||
require 'pry-rails'
|
||||
|
||||
# Loading more in this block will cause your tests to run faster. However,
|
||||
# if you change any configuration or code from libraries loaded here, you'll
|
||||
|
|
Loading…
Reference in New Issue