Merge pull request #3767 from cpicanco/patch-2

fixing typo on line 31
This commit is contained in:
Parker Moore 2015-06-08 09:30:32 -07:00
commit 83a29e7f4e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class TestFrontMatterDefaults < JekyllUnitTest
end end
end end
context "A site with fron matter type pages and an extension" do context "A site with front matter type pages and an extension" do
setup do setup do
@site = Site.new(Jekyll.configuration({ @site = Site.new(Jekyll.configuration({
"source" => source_dir, "source" => source_dir,