but who will test the testers?

This commit is contained in:
Ben Balter 2016-03-25 15:00:42 -04:00
parent 4a70382d5b
commit 0f90fe67d2
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ class TestTheme < JekyllUnitTest
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