Copy & paste is EVIL

This commit is contained in:
Fabio Rehm 2013-03-02 16:40:03 -03:00
parent a9acde7da1
commit 800fa49c83

View file

@ -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,