Fixed issue with two tests being named the same (got rid of warning)

This commit is contained in:
Mitchell Hashimoto 2010-05-17 17:12:08 -07:00
parent 9111ad9e5e
commit 4d077a1ca2
1 changed files with 1 additions and 1 deletions

View File

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