Tap tests: sort tap names for comparison

This commit is contained in:
Misty De Meo 2016-11-08 11:38:59 -08:00
parent 42bb0f8c4d
commit 9f03a0b255

View File

@ -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