Fixed issue with two tests being named the same (got rid of warning)
This commit is contained in:
parent
9111ad9e5e
commit
4d077a1ca2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue