Do not use singleton for testing

This commit is contained in:
Chris Roberts 2018-07-17 14:38:08 -07:00
parent 3223737734
commit 78bf131dc8
1 changed files with 0 additions and 1 deletions

View File

@ -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")