Fix typo in error message

This commit is contained in:
David Bishop 2018-01-24 16:32:51 -07:00
parent 878c93f646
commit b3e168f860
No known key found for this signature in database
GPG key ID: 4CA5FA4FD19E4536
2 changed files with 2 additions and 2 deletions

View file

@ -301,7 +301,7 @@ EOT
end
it 'should raise an error' do
expect{ subject.create_vm(poolname, vmname) }.to raise_error(/did specify a full path for the template/)
expect{ subject.create_vm(poolname, vmname) }.to raise_error(/did not specify a full path for the template/)
end
end