aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/missing_formula_spec.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-04-22 13:25:38 +0100
committerGitHub2017-04-22 13:25:38 +0100
commit206d6de845c9041bbbd4d955e56befb338295e96 (patch)
tree7bb013e4ceab38c5ebda73d9e8a23df035e97abf /Library/Homebrew/test/missing_formula_spec.rb
parent10d70aa93a25b80efe3581cf82e789f05716517d (diff)
parenta6df701fad516a1da54ea245fb47826d47dc03b5 (diff)
downloadbrew-206d6de845c9041bbbd4d955e56befb338295e96.tar.bz2
Merge pull request #2521 from MikeMcQuaid/tests-reduce-noise
tests: reduce some noise.
Diffstat (limited to 'Library/Homebrew/test/missing_formula_spec.rb')
-rw-r--r--Library/Homebrew/test/missing_formula_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/missing_formula_spec.rb b/Library/Homebrew/test/missing_formula_spec.rb
index 215cf17f7..69bb3e70d 100644
--- a/Library/Homebrew/test/missing_formula_spec.rb
+++ b/Library/Homebrew/test/missing_formula_spec.rb
@@ -139,7 +139,7 @@ describe Homebrew::MissingFormula do
end
context "::deleted_reason" do
- subject { described_class.deleted_reason(formula) }
+ subject { described_class.deleted_reason(formula, silent: true) }
before do
Tap.clear_cache