Merge pull request #4654 from spudowiar/themes

Fix invalid theme test
This commit is contained in:
Ben Balter
2016-03-11 15:52:57 -05:00

View File

@@ -22,7 +22,7 @@ class TestTheme < JekyllUnitTest
should "raise an error for invalid themes" do
assert_raises Jekyll::Errors::MissingDependencyException do
Theme.new("foo")
Theme.new("foo").gemspec
end
end
end