Skip to content

Commit

Permalink
require debug gem in specs for greater debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
misaka committed Jun 28, 2022
1 parent dfd0e38 commit 3b7b8e1
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 @@ -2,6 +2,7 @@

ENV['RAILS_ENV'] = 'test'
require_relative '../spec/dummy/config/environment'
require 'debug'
require 'rspec/rails'
require 'webmock/rspec'
require 'json-schema'
Expand Down

0 comments on commit 3b7b8e1

Please sign in to comment.