CID-472: fix failing spec

This commit is contained in:
Anton Chuchkalov 2016-04-05 20:44:11 +03:00
parent 2c01f06890
commit 68a38e1bb4

View File

@ -41,7 +41,6 @@ class Devops::Executor::StackExecutor
it 'waites till stack is created, then fetches stack servers and unlocks stack persisting' do
expect(waiter).to receive(:wait).ordered
expect(fetcher).to receive(:fetch).ordered
expect(stack).to receive(:unlock_persisting!).ordered
executor_with_stack.wait_till_stack_is_created
end