spec/spec_helper.rb in patch_ruby-1.10.1 vs spec/spec_helper.rb in patch_ruby-1.10.2
- old
+ new
@@ -13,9 +13,10 @@
# load the gem
require 'patch_ruby'
# Start custom
require 'constants'
require 'factory_bot'
+require 'pry'
# End custom
# Require shared spec examples
Dir['./spec/support/**/*.rb'].sort.each { |f| require f }