Move existing git fixture profile to a directory for git-fetchers

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2019-03-31 08:01:59 -04:00
parent 9c1fa967fd
commit f1a892c857
2 changed files with 2 additions and 2 deletions

View file

@ -68,8 +68,8 @@ describe "example inheritance profile" do
end
end
it "can vendor profile dependencies from git" do
git_depends_path = File.join(profile_path, "git-depends")
it 'can vendor profile dependencies from git' do
git_depends_path = File.join(profile_path, 'git-fetcher', 'basic')
Dir.mktmpdir do |tmpdir|
FileUtils.cp_r(git_depends_path + "/.", tmpdir)