diff options
| author | Mike McQuaid | 2013-10-30 13:20:48 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2013-10-30 13:20:48 -0700 |
| commit | d9d2443d5d3b854095225c96218979165151a716 (patch) | |
| tree | 84e4a97df0901583090ac23c23957c15af8c7594 /Library/Homebrew/test | |
| parent | d6ffd493a6265b47800b06a008188b5fc98a9f7c (diff) | |
| download | brew-d9d2443d5d3b854095225c96218979165151a716.tar.bz2 | |
Cleanup use of some global constants.
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_formula.rb | 2 |
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 |
