diff --git a/Library/Homebrew/test/spec_helper.rb b/Library/Homebrew/test/spec_helper.rb index 7e1c152613..bb08dd6e5a 100644 --- a/Library/Homebrew/test/spec_helper.rb +++ b/Library/Homebrew/test/spec_helper.rb @@ -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