From 384be58b5e7e0b57433c47f6cd3de15eaf6ce612 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Tue, 31 Jan 2017 08:40:06 +0530 Subject: [PATCH] add missing comma --- test/test_site_drop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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