Merge pull request #11665 from jbonhag/fixup/stub-not-in-installer
Default #in_installer? to false
This commit is contained in:
commit
5e123e473f
@ -19,6 +19,7 @@ describe Vagrant::Util::Downloader do
|
||||
|
||||
before :each do
|
||||
allow(Vagrant::Util::Subprocess).to receive(:execute).and_return(subprocess_result)
|
||||
allow(Vagrant).to receive(:in_installer?).and_return(false)
|
||||
end
|
||||
|
||||
describe "#download!" do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user