core: fix Environment tests
This commit is contained in:
parent
86454ddac9
commit
9026e54da9
|
@ -205,7 +205,7 @@ describe Vagrant::Environment do
|
|||
|
||||
subject.lock do
|
||||
begin
|
||||
another.lock
|
||||
another.lock {}
|
||||
rescue Vagrant::Errors::EnvironmentLockedError
|
||||
raised = true
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue