Remove unused matcher

This commit is contained in:
Douglas Eichelberger 2024-03-17 23:08:33 -07:00
parent 820d320835
commit 468c7b32e0

View File

@ -296,7 +296,6 @@ RSpec.configure do |config|
end
RSpec::Matchers.define_negated_matcher :not_to_output, :output
RSpec::Matchers.define_negated_matcher :not_raise_error, :raise_error
RSpec::Matchers.alias_matcher :have_failed, :be_failed
RSpec::Matchers.alias_matcher :a_string_containing, :include