Update test_theme.rb
This commit is contained in:
parent
0f90fe67d2
commit
6aae64c985
|
@ -28,7 +28,7 @@ class TestTheme < JekyllUnitTest
|
||||||
|
|
||||||
should "add itself to sass's load path" do
|
should "add itself to sass's load path" do
|
||||||
@theme.configure_sass
|
@theme.configure_sass
|
||||||
assert Sass.load_paths.includes?(@theme.sass_path)
|
assert Sass.load_paths.include?(@theme.sass_path), "Sass load paths should include the theme sass dir"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue