theme: fix invalid theme test, really

This commit is contained in:
Saleem Rashid 2016-03-11 20:59:54 +00:00
parent 7b63c8d201
commit 64e4984ff5
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