Explicitly define driver version used for tests
This commit is contained in:
parent
85dc0ebec9
commit
648e0ddeaa
|
@ -5,7 +5,7 @@ describe VagrantPlugins::ProviderVirtualBox::Driver::Version_5_0 do
|
|||
|
||||
let(:vbox_version) { "5.0.0" }
|
||||
|
||||
subject { VagrantPlugins::ProviderVirtualBox::Driver::Meta.new(uuid) }
|
||||
subject { VagrantPlugins::ProviderVirtualBox::Driver::Version_5_0.new(uuid) }
|
||||
|
||||
it_behaves_like "a version 4.x virtualbox driver"
|
||||
|
||||
|
|
Loading…
Reference in New Issue