Do not use singleton for testing
This commit is contained in:
parent
3223737734
commit
78bf131dc8
|
@ -8,7 +8,6 @@ describe Vagrant::Bundler do
|
|||
|
||||
let(:iso_env) { isolated_environment }
|
||||
let(:env) { iso_env.create_vagrant_env }
|
||||
let(:subject) { Vagrant::Bundler.instance }
|
||||
|
||||
before do
|
||||
@tmpdir = Dir.mktmpdir("vagrant-bundler-test")
|
||||
|
|
Loading…
Reference in New Issue