diff options
| author | Misty De Meo | 2016-11-08 11:38:59 -0800 | 
|---|---|---|
| committer | Misty De Meo | 2016-11-08 11:38:59 -0800 | 
| commit | 9f03a0b2551879607013b5ee361a815ea0a67668 (patch) | |
| tree | 5e3243c8554ccac25bd6b2c7b43a61003ea42e7e /Library/Homebrew/test/test_tap.rb | |
| parent | 42bb0f8c4d035762e3c1c3b99ee8202504377441 (diff) | |
| download | brew-9f03a0b2551879607013b5ee361a815ea0a67668.tar.bz2 | |
Tap tests: sort tap names for comparison
Diffstat (limited to 'Library/Homebrew/test/test_tap.rb')
| -rw-r--r-- | Library/Homebrew/test/test_tap.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_tap.rb b/Library/Homebrew/test/test_tap.rb index 1396d0a0e..71836aee9 100644 --- a/Library/Homebrew/test/test_tap.rb +++ b/Library/Homebrew/test/test_tap.rb @@ -105,7 +105,7 @@ class TapTest < Homebrew::TestCase    end    def test_names -    assert_equal ["homebrew/core", "homebrew/foo"], Tap.names +    assert_equal ["homebrew/core", "homebrew/foo"], Tap.names.sort    end    def test_attributes  | 
