but who will test the testers?
This commit is contained in:
parent
4a70382d5b
commit
0f90fe67d2
|
|
@ -27,7 +27,6 @@ class TestTheme < JekyllUnitTest
|
||||||
end
|
end
|
||||||
|
|
||||||
should "add itself to sass's load path" do
|
should "add itself to sass's load path" do
|
||||||
refute Sass.load_paths.includes?(@theme.sass_path)
|
|
||||||
@theme.configure_sass
|
@theme.configure_sass
|
||||||
assert Sass.load_paths.includes?(@theme.sass_path)
|
assert Sass.load_paths.includes?(@theme.sass_path)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue