Skip to content

Commit

Permalink
Merge pull request cloudfoundry#7 from barthy1/master
Browse files Browse the repository at this point in the history
Change output for change job state command
  • Loading branch information
mariash committed Nov 13, 2015
2 parents ce09bf9 + 7b5dbbb commit e20ad68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/system/with_release_stemcell_deployment_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@

describe 'job' do
it 'should recreate a job' do
expect(bosh_safe('recreate batlight 0')).to succeed_with /batlight\/0 has been recreated/
expect(bosh_safe('recreate batlight 0')).to succeed_with /batlight\/0 recreated/
end

it 'should stop and start a job' do
expect(bosh_safe('stop batlight 0')).to succeed_with /batlight\/0 has been stopped/
expect(bosh_safe('start batlight 0')).to succeed_with /batlight\/0 has been started/
expect(bosh_safe('stop batlight 0')).to succeed_with /batlight\/0 stopped/
expect(bosh_safe('start batlight 0')).to succeed_with /batlight\/0 started/
end
end

Expand Down

0 comments on commit e20ad68

Please sign in to comment.