diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 942f671..2f51989 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -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