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