but who will test the testers?

This commit is contained in:
Ben Balter 2016-03-25 15:00:42 -04:00
부모 4a70382d5b
커밋 0f90fe67d2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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