diff --git a/spec/support/integration/matchers/produce_output_when_run_matcher.rb b/spec/support/integration/matchers/produce_output_when_run_matcher.rb index a10efe23..727b75ff 100644 --- a/spec/support/integration/matchers/produce_output_when_run_matcher.rb +++ b/spec/support/integration/matchers/produce_output_when_run_matcher.rb @@ -89,7 +89,7 @@ def actual_output def run_command CommandRunner.run( - "rspec", + "rspec --options /tmp/dummy-rspec-config", tempfile.to_s, env: { "DISABLE_PRY" => "true" }, )