correct source and dest dir paths in spec helper, props @bogdanvlviv

This commit is contained in:
Ben Balter 2017-08-24 14:56:51 -04:00
parent f3ba20621e
commit cf90f9011a
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 2 additions and 2 deletions

View File

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