Skip to content
Snippets Groups Projects
Commit dcef69fb authored by Eric Franz's avatar Eric Franz
Browse files

Revert "change manifest test appdir to subdir of tmpdir"

This reverts commit 9dabf9df.
parent 9dabf9df
No related branches found
Tags v0.10.1
No related merge requests found
......@@ -21,16 +21,14 @@ description: |
documentation: |
Links to support docs should go here.
)
@tmpdir = Pathname.new File.realpath Dir.mktmpdir
@appdir = @tmpdir.join("cfs")
@appdir = Pathname.new File.realpath Dir.mktmpdir
@yaml_path = @appdir.join("manifest.yml")
@appdir.mkpath
File.open(@yaml_path, "w") { |f| f.write @yaml }
end
def teardown
FileUtils.remove_entry @tmpdir
FileUtils.remove_entry @appdir
end
def assert_valid_manifest(manifest)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment