Merge pull request #4655 from spudowiar/themes

Fix invalid theme test, really
This commit is contained in:
Parker Moore 2016-03-11 13:05:07 -08:00
commit ceace852b0
1 changed files with 1 additions and 1 deletions

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").gemspec
Theme.new("foo").version
end
end
end