mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
test that themes register with sass
This commit is contained in:
@@ -25,6 +25,12 @@ class TestTheme < JekyllUnitTest
|
||||
Theme.new("foo").version
|
||||
end
|
||||
end
|
||||
|
||||
should "add itself to sass's load path" do
|
||||
refute Sass.load_paths.includes?(@theme.sass_path)
|
||||
@theme.configure_sass
|
||||
assert Sass.load_paths.includes?(@theme.sass_path)
|
||||
end
|
||||
end
|
||||
|
||||
context "path generation" do
|
||||
|
||||
Reference in New Issue
Block a user