mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
theme: fix invalid theme test
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")
|
||||
Theme.new("foo").gemspec
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user