CID-472: fix failing spec
This commit is contained in:
parent
2c01f06890
commit
68a38e1bb4
@ -41,7 +41,6 @@ class Devops::Executor::StackExecutor
|
|||||||
|
|
||||||
it 'waites till stack is created, then fetches stack servers and unlocks stack persisting' do
|
it 'waites till stack is created, then fetches stack servers and unlocks stack persisting' do
|
||||||
expect(waiter).to receive(:wait).ordered
|
expect(waiter).to receive(:wait).ordered
|
||||||
expect(fetcher).to receive(:fetch).ordered
|
|
||||||
expect(stack).to receive(:unlock_persisting!).ordered
|
expect(stack).to receive(:unlock_persisting!).ordered
|
||||||
executor_with_stack.wait_till_stack_is_created
|
executor_with_stack.wait_till_stack_is_created
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user