Skip to content

Commit

Permalink
Require pry on spec_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehjr committed Jan 22, 2023
1 parent ec089ad commit cfd61ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
require "split"
require "ostruct"
require "yaml"
require "pry"

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

Expand Down

0 comments on commit cfd61ac

Please sign in to comment.