Skip theme dir symlink test if Windows.

This commit is contained in:
Parker Moore
2018-12-17 16:34:14 -05:00
parent f6c834f7f0
commit 22bbe6dd2d

View File

@@ -78,6 +78,8 @@ class TestThemeAssetsReader < JekyllUnitTest
context "symlinked theme" do
should "not read assets from symlinked theme" do
skip_if_windows "Jekyll does not currently support symlinks on Windows."
begin
tmp_dir = Dir.mktmpdir("jekyll-theme-test")
File.open(File.join(tmp_dir, "test.txt"), "wb") { |f| f.write "content" }