mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
Move existing git fixture profile to a directory for git-fetchers
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
9c1fa967fd
commit
f1a892c857
2 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ describe "example inheritance profile" do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
it "can vendor profile dependencies from git" do
|
it 'can vendor profile dependencies from git' do
|
||||||
git_depends_path = File.join(profile_path, "git-depends")
|
git_depends_path = File.join(profile_path, 'git-fetcher', 'basic')
|
||||||
|
|
||||||
Dir.mktmpdir do |tmpdir|
|
Dir.mktmpdir do |tmpdir|
|
||||||
FileUtils.cp_r(git_depends_path + "/.", tmpdir)
|
FileUtils.cp_r(git_depends_path + "/.", tmpdir)
|
||||||
|
|
Loading…
Reference in a new issue