aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMarkus Reiter2017-08-05 18:09:09 +0200
committerMarkus Reiter2017-08-05 18:09:09 +0200
commitf5af3fe0cd96e2c49844ef334a1f8e175f6f3648 (patch)
treeb57f1852c093f646b004abbc334229271b8a5d8d /Library/Homebrew
parentc26c9204fa48c8d2bfa3837193eaf2a82b611fa6 (diff)
downloadbrew-f5af3fe0cd96e2c49844ef334a1f8e175f6f3648.tar.bz2
Delete `:focus`.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/test/formula_installer_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/formula_installer_spec.rb b/Library/Homebrew/test/formula_installer_spec.rb
index c3573ae94..7365b2758 100644
--- a/Library/Homebrew/test/formula_installer_spec.rb
+++ b/Library/Homebrew/test/formula_installer_spec.rb
@@ -133,7 +133,7 @@ describe FormulaInstaller do
}.to raise_error(CannotInstallFormulaError)
end
- describe "#install_requirement_formula?", :focus do
+ describe "#install_requirement_formula?" do
before do
@requirement = Python3Requirement.new
@requirement_dependency = @requirement.to_dependency