Skip to content

Commit

Permalink
Issue travis-ci#1190 - modifying tests for Fix
Browse files Browse the repository at this point in the history
Modifying the tests to check the commands correctly.
  • Loading branch information
jpwsutton authored May 1, 2020
1 parent 1602f97 commit 81a57f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/dpl/providers/bluemixcloudfoundry_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
describe 'by default', record: true do
it { should have_run %r(wget .*cli.run.pivotal.io.* -qO cf.tgz && tar -zxvf cf.tgz) }
it { should have_run './cf api api.ng.bluemix.net' }
it { should have_run './cf login -u name -p pass' }
it { should have_run './cf target -o org -s space' }
it { should have_run './cf login -u name -p pass -o "org" -s "space"' }
it { should have_run './cf target -o "org" -s "space"' }
it { should have_run './cf push' }
it { should have_run './cf logout' }
it { should have_run_in_order }
Expand Down

0 comments on commit 81a57f7

Please sign in to comment.