Skip to content

Commit 7bab1df

Browse files
Merge pull request #594 from carabasdaniel/fix_acceptance
Fix docker-machine acceptance test
2 parents d0db0b9 + 650c1a4 commit 7bab1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/machine_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
end
2727

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

@@ -58,7 +58,7 @@ class { 'docker::machine':
5858
end
5959

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

0 commit comments

Comments
 (0)