We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba5c13 commit ec7f612Copy full SHA for ec7f612
spec/power_off_spec.rb
@@ -14,7 +14,7 @@
14
expect(@vm).to have_received :PowerOffVM_Task
15
end
16
17
- it 'should not power off the VM if is powered on' do
+ it 'should not power off the VM if is powered off' do
18
@machine.stub(:id).and_return(EXISTING_UUID)
19
@vm.runtime.stub(:powerState).and_return(VagrantPlugins::VSphere::Util::VmState::POWERED_OFF)
20
0 commit comments