From 800fa49c836a1b65778a4f17c575c458a19bab21 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sat, 2 Mar 2013 16:40:03 -0300 Subject: [PATCH] Copy & paste is EVIL --- spec/unit/container_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/container_spec.rb b/spec/unit/container_spec.rb index bccb1ee..3ea90da 100644 --- a/spec/unit/container_spec.rb +++ b/spec/unit/container_spec.rb @@ -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,