Negate the matcher

This commit is contained in:
Eashwar Ranganathan 2025-05-20 22:16:12 -07:00
parent d9eb7bb09a
commit b534854505
No known key found for this signature in database

View File

@ -6,10 +6,6 @@ module CommandLineHelpers
include(*) include(*)
).to_stdout ).to_stdout
end end
def not_output_results(*)
output(
not_include(*)
).to_stdout
end
end end
RSpec::Matchers.define_negated_matcher :not_output_results, :output_results