mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
prevent equivalent array from breaking tests
This commit is contained in:
@@ -26,8 +26,8 @@ class TestSite < Test::Unit::TestCase
|
||||
clear_dest
|
||||
@s.process
|
||||
|
||||
assert_equal 5, @s.posts.length
|
||||
assert_equal ['foo'], @s.categories.keys
|
||||
assert_equal 7, @s.posts.length
|
||||
assert_equal ["category", "foo", "z_category"].sort, @s.categories.keys.sort
|
||||
assert_equal 1, @s.categories['foo'].length
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user