test that themes register with sass
This commit is contained in:
부모
bdaa0c3b5b
커밋
4a70382d5b
|
|
@ -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