Copy & paste is EVIL
This commit is contained in:
parent
a9acde7da1
commit
800fa49c83
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ describe Vagrant::LXC::Container do
|
||||||
subject.destroy
|
subject.destroy
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'calls lxc-create with the right arguments' do
|
it 'calls lxc-destroy with the right arguments' do
|
||||||
subject.should have_received(:lxc).with(
|
subject.should have_received(:lxc).with(
|
||||||
:destroy,
|
:destroy,
|
||||||
'--name', name,
|
'--name', name,
|
||||||
|
|
Loading…
Add table
Reference in a new issue