Revise the unit case, too

This commit is contained in:
YungSang 2014-05-13 15:23:38 -07:00
parent 2c688fda16
commit a2ed1cd014
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ describe VagrantPlugins::Kernel_V2::VMConfig do
sf = subject.synced_folders
expect(sf.length).to eq(1)
expect(sf).to have_key("/vagrant")
expect(sf["/vagrant"][:disabled]).to be_true
expect(sf["/vagrant"][:disabled]).to be_false
expect(sf["/vagrant"][:foo]).to eq(:bar)
end
end