For some weird reason the changes introduced by transpec made this spec fail, this should fix it

This commit is contained in:
Fabio Rehm 2014-03-14 12:09:07 -03:00
parent 54656151cf
commit 99547eef8f
1 changed files with 5 additions and 14 deletions

View File

@ -4,22 +4,13 @@ require Vagrant.source_root.join("plugins/providers/virtualbox/config")
describe VagrantPlugins::ProviderVirtualBox::Config do
context "defaults" do
subject { VagrantPlugins::ProviderVirtualBox::Config.new }
before { subject.finalize! }
describe '#check_guest_additions' do
subject { super().check_guest_additions }
it { should be_true }
end
describe '#gui' do
subject { super().gui }
it { should be_false }
end
describe '#name' do
subject { super().name }
it { should be_nil }
end
it { expect(subject.check_guest_additions).to be_true }
it { expect(subject.gui).to be_false }
it { expect(subject.name).to be_nil }
it "should have one NAT adapter" do
expect(subject.network_adapters).to eql({