From 9026e54da955281e4c682f9cbf9bb3101cb81fe9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 8 Feb 2014 14:54:40 -0800 Subject: [PATCH] core: fix Environment tests --- test/unit/vagrant/environment_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/vagrant/environment_test.rb b/test/unit/vagrant/environment_test.rb index f0499e416..42cce8572 100644 --- a/test/unit/vagrant/environment_test.rb +++ b/test/unit/vagrant/environment_test.rb @@ -205,7 +205,7 @@ describe Vagrant::Environment do subject.lock do begin - another.lock + another.lock {} rescue Vagrant::Errors::EnvironmentLockedError raised = true end