core: fix Environment tests

This commit is contained in:
Mitchell Hashimoto 2014-02-08 14:54:40 -08:00
parent 86454ddac9
commit 9026e54da9
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ describe Vagrant::Environment do
subject.lock do
begin
another.lock
another.lock {}
rescue Vagrant::Errors::EnvironmentLockedError
raised = true
end