diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index df976f1..1de9de6 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -15,11 +15,11 @@ end ENV["JEKYLL_LOG_LEVEL"] = "error" def dest_dir - File.expand_path("tmp/dest", __dir__) + File.expand_path("../tmp/dest", __dir__) end def source_dir - File.expand_path("./fixtures", __dir__) + File.expand_path("fixtures", __dir__) end CONFIG_DEFAULTS = {