Skip to content

Commit

Permalink
Fix spec helper
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 21, 2025
1 parent e6c80e6 commit b86f247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def callable(name, *args, &block)

RSpec.configure do |config|
config.disable_monkey_patching!
config.warnings = warning_api_available
config.warnings = true
config.include(Helpers)
config.before { ROM::Factory::Sequences.instance.reset }
config.filter_run_when_matching :focus
Expand Down

0 comments on commit b86f247

Please sign in to comment.