Skip to content

Commit eba5a64

Browse files
committed
Require pry on spec_helper
1 parent f70fd2b commit eba5a64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/spec_helper.rb

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
require "split"
1212
require "ostruct"
1313
require "yaml"
14+
require "pry"
1415

1516
Dir["./spec/support/*.rb"].each { |f| require f }
1617

0 commit comments

Comments
 (0)