NO MORE DATA COLLECTION I CAN'T HANDLE IT

This commit is contained in:
Parker Moore
2014-04-24 13:29:54 -04:00
parent 764dc88832
commit fb39b41ffb
2 changed files with 12 additions and 13 deletions

View File

@@ -57,10 +57,8 @@ class TestCollections < Test::Unit::TestCase
@site.process
end
should "not contain any collections other than the default ones" do
collections = @site.collections.dup
assert collections.delete("data").is_a?(Jekyll::Collection)
assert_equal Hash.new, collections
should "not contain any collections" do
assert_equal Hash.new, @site.collections
end
end