Skip to content

Commit ec7f612

Browse files
author
Ryan Larson
committed
Fixing another copy paste fail of scenario wording.
1 parent 6ba5c13 commit ec7f612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/power_off_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
expect(@vm).to have_received :PowerOffVM_Task
1515
end
1616

17-
it 'should not power off the VM if is powered on' do
17+
it 'should not power off the VM if is powered off' do
1818
@machine.stub(:id).and_return(EXISTING_UUID)
1919
@vm.runtime.stub(:powerState).and_return(VagrantPlugins::VSphere::Util::VmState::POWERED_OFF)
2020

0 commit comments

Comments
 (0)