Skip to content

Commit

Permalink
Merge pull request #594 from carabasdaniel/fix_acceptance
Browse files Browse the repository at this point in the history
Fix docker-machine acceptance test
  • Loading branch information
daianamezdrea authored Apr 8, 2020
2 parents d0db0b9 + 650c1a4 commit 7bab1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/machine_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
end

it 'is installed and working' do
shell('docker-machine --help', acceptable_exit_codes: [0])
run_shell('docker-machine --help', expect_failures: false)
end
end

Expand Down Expand Up @@ -58,7 +58,7 @@ class { 'docker::machine':
end

it 'is installed and working' do
shell('docker-machine --help', acceptable_exit_codes: [0])
run_shell('docker-machine --help', expect_failures: false)
end
end
end

0 comments on commit 7bab1df

Please sign in to comment.