diff options
Diffstat (limited to 'spec/acceptance/beaker/git/create/create_repo_that_already_exists.rb')
-rw-r--r-- | spec/acceptance/beaker/git/create/create_repo_that_already_exists.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/acceptance/beaker/git/create/create_repo_that_already_exists.rb b/spec/acceptance/beaker/git/create/create_repo_that_already_exists.rb index b1cdeae..f31dda0 100644 --- a/spec/acceptance/beaker/git/create/create_repo_that_already_exists.rb +++ b/spec/acceptance/beaker/git/create/create_repo_that_already_exists.rb @@ -25,7 +25,8 @@ hosts.each do |host| } EOS - apply_manifest_on(host, pp) + apply_manifest_on(host, pp, :catch_failures => true) + apply_manifest_on(host, pp, :catch_changes => true) end step 'verify repo is on master branch' do |