parent
3be9e74942
commit
c7ce7ae054
|
@ -87,7 +87,8 @@ class TestCollections < JekyllUnitTest
|
||||||
end
|
end
|
||||||
|
|
||||||
should "contain only the default collections" do
|
should "contain only the default collections" do
|
||||||
refute_equal @site.collections, {}
|
expected = {}
|
||||||
|
refute_equal expected, @site.collections
|
||||||
refute_nil @site.collections
|
refute_nil @site.collections
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue