Update test_theme.rb

This commit is contained in:
Parker Moore
2016-03-25 15:22:29 -07:00
parent 0f90fe67d2
commit 6aae64c985

View File

@@ -28,7 +28,7 @@ class TestTheme < JekyllUnitTest
should "add itself to sass's load path" do
@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