aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2013-10-30 13:20:48 -0700
committerMike McQuaid2013-10-30 13:20:48 -0700
commit2183cd8d5573a9fbc7ce914422411932c1eae770 (patch)
tree633c1835d2012ed66b1e96d7aea6f2c31655ea36 /Library/Homebrew/test
parent989cad391270498b558fbd6b1a664f1bb4b3d3b0 (diff)
downloadhomebrew-2183cd8d5573a9fbc7ce914422411932c1eae770.tar.bz2
Cleanup use of some global constants.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_formula.rb b/Library/Homebrew/test/test_formula.rb
index 9f815166f..dbecaa8e1 100644
--- a/Library/Homebrew/test/test_formula.rb
+++ b/Library/Homebrew/test/test_formula.rb
@@ -190,7 +190,7 @@ class FormulaTests < Test::Unit::TestCase
def test_path
name = 'foo-bar'
- assert_equal Pathname.new("#{HOMEBREW_REPOSITORY}/Library/Formula/#{name}.rb"), Formula.path(name)
+ assert_equal Pathname.new("#{HOMEBREW_LIBRARY}/Formula/#{name}.rb"), Formula.path(name)
end
def test_factory