From 4d077a1ca22b0a1638db3e29b735c45786a6eeaf Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 17 May 2010 17:12:08 -0700 Subject: [PATCH] Fixed issue with two tests being named the same (got rid of warning) --- test/vagrant/vm_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vagrant/vm_test.rb b/test/vagrant/vm_test.rb index 4c6fb2de8..4e3a27e23 100644 --- a/test/vagrant/vm_test.rb +++ b/test/vagrant/vm_test.rb @@ -180,7 +180,7 @@ class VMTest < Test::Unit::TestCase end end - context "reloading" do + context "reloading action" do should "execute the reload action" do @vm.expects(:execute!).with(Vagrant::Actions::VM::Reload).once @vm.reload