diff --git a/test/test_site_drop.rb b/test/test_site_drop.rb index 6175bbb8..b836c70d 100644 --- a/test/test_site_drop.rb +++ b/test/test_site_drop.rb @@ -4,7 +4,7 @@ class TestSiteDrop < JekyllUnitTest context "a site drop" do setup do @site = fixture_site({ - "collections" => ["thanksgiving"] + "collections" => ["thanksgiving"], }) @site.process @drop = @site.to_liquid.site