theme: fix invalid theme test

This commit is contained in:
Saleem Rashid
2016-03-11 20:45:22 +00:00
parent 0a04932020
commit 7b63c8d201

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