aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMarkus Reiter2017-10-08 20:38:32 +0200
committerGitHub2017-10-08 20:38:32 +0200
commitb806a53d88938ab2d2aeb5e96651ed6d47efcdf9 (patch)
tree067464b4c08f4c16ca3439b533f06669a78c370c /Library/Homebrew/test
parent91ab116ace7f4f97d3440190463c93be9ec6d675 (diff)
parent175ca909ee1a5b57aa0cae2c879920511f311b14 (diff)
downloadbrew-b806a53d88938ab2d2aeb5e96651ed6d47efcdf9.tar.bz2
Merge pull request #3278 from reitermarkus/code-style
Clean up code style and remove `.rubocop_todo.yml`.
Diffstat (limited to 'Library/Homebrew/test')
-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 7365b2758..7b729312b 100644
--- a/Library/Homebrew/test/formula_installer_spec.rb
+++ b/Library/Homebrew/test/formula_installer_spec.rb
@@ -107,7 +107,7 @@ describe FormulaInstaller do
end
EOS
- Formulary::FORMULAE.delete(dep_path)
+ Formulary.cache.delete(dep_path)
dependency = Formulary.factory(dep_name)
dependent = formula do