Always require pry gems in rails_helper

* remove IMPROVED_SPEC_DEBUGGING env var guard
This commit is contained in:
Martin Brennan 2020-06-17 10:08:53 +10:00
parent a3e812453e
commit b62ad003ce
1 changed files with 3 additions and 5 deletions

View File

@ -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