diff --git a/spec/support/integration/test_programs/base.rb b/spec/support/integration/test_programs/base.rb index 4c64c88f..a64103d1 100644 --- a/spec/support/integration/test_programs/base.rb +++ b/spec/support/integration/test_programs/base.rb @@ -106,7 +106,7 @@ def minimal_program opt_before = RSpec::Expectations.configuration.on_potential_false_positives begin RSpec::Expectations.configuration.on_potential_false_positives = :nothing - #{reindent(code, level: 3)} + #{reindent(code, level: 3)} ensure RSpec::Expectations.configuration.on_potential_false_positives = opt_before end