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
|
||||
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(
|
||||
:destroy,
|
||||
'--name', name,
|
||||
|
|
Loading…
Reference in a new issue