Commit a7b48aca authored by Marius Rackwitz's avatar Marius Rackwitz

[Spec] Mute leaking output of the spec for Command::Repo::Update

parent b9b9d5fa
...@@ -30,7 +30,7 @@ module SpecHelper ...@@ -30,7 +30,7 @@ module SpecHelper
# Clones a repo to the given name. # Clones a repo to the given name.
# #
def repo_clone(from_name, to_name) def repo_clone(from_name, to_name)
Dir.chdir(tmp_repos_path) { `git clone #{from_name} #{to_name}` } Dir.chdir(tmp_repos_path) { `git clone #{from_name} #{to_name} 2>&1 > /dev/null` }
repo_path(to_name) repo_path(to_name)
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment