Update test

This commit is contained in:
Brian Dwyer 2015-07-28 13:24:39 -04:00
parent e4cdb473bd
commit 15ec95328a
1 changed files with 8 additions and 0 deletions

View File

@ -50,6 +50,14 @@ describe VagrantPlugins::Chef::Config::ChefZero do
end end
end end
describe "#nodes_path" do
it "defaults to an empty array" do
subject.finalize!
expect(subject.nodes_path).to be_a(Array)
expect(subject.nodes_path).to be_empty
end
end
describe "#synced_folder_type" do describe "#synced_folder_type" do
it "defaults to nil" do it "defaults to nil" do
subject.finalize! subject.finalize!