TestEnv.reset_satellite_dir should run 'git clean' quietly

Removes the "Removing gitlabhq" messages cluttering spec output
This commit is contained in:
Robert Speicher 2014-03-13 17:25:55 -04:00
parent 506709485c
commit 0983438037
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ module TestEnv
setup_stubs
[
%W(git reset --hard --quiet),
%W(git clean -fx),
%W(git clean -fx --quiet),
%W(git checkout --quiet origin/master)
].each do |git_cmd|
system(*git_cmd, chdir: seed_satellite_path)