diff options
Diffstat (limited to 'Library/Homebrew/test/test_formulary.rb')
| -rw-r--r-- | Library/Homebrew/test/test_formulary.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_formulary.rb b/Library/Homebrew/test/test_formulary.rb index 8b3417dad..c545ff84d 100644 --- a/Library/Homebrew/test/test_formulary.rb +++ b/Library/Homebrew/test/test_formulary.rb @@ -89,7 +89,7 @@ class FormularyFactoryTest < Homebrew::TestCase FileUtils.ln_s @path, alias_path result = Formulary.factory("foo") assert_kind_of Formula, result - assert_equal alias_path, result.alias_path + assert_equal alias_path.to_s, result.alias_path ensure alias_dir.rmtree end |
