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