mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-02 10:45:24 -05:00
Merge pull request #4655 from spudowiar/themes
Fix invalid theme test, really
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user