aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/support
diff options
context:
space:
mode:
authorMarkus Reiter2017-03-08 15:49:37 +0100
committerMarkus Reiter2017-03-08 15:49:37 +0100
commitb24dc2268ade6356e28d912c715c33f12727ef98 (patch)
tree8840b9320ef9697a3b19c9fd8f446056684e76bf /Library/Homebrew/test/support
parentef02414888ec332aa4220fe05428f24b9a4f035f (diff)
downloadbrew-b24dc2268ade6356e28d912c715c33f12727ef98.tar.bz2
Move `brew cask --version` into separate file.
Diffstat (limited to 'Library/Homebrew/test/support')
-rw-r--r--Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb b/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb
index a82098a0e..b037068d2 100644
--- a/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb
+++ b/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb
@@ -1,6 +1,5 @@
require "open3"
-RSpec::Matchers.define_negated_matcher :not_to_output, :output
RSpec::Matchers.define_negated_matcher :be_a_failure, :be_a_success
RSpec.shared_context "integration test" do