Update test

This commit is contained in:
Brian Dwyer 2015-09-27 23:24:01 -04:00
parent fd593a85b7
commit c23610d703
1 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,14 @@ describe VagrantPlugins::Chef::Config::ChefSolo do
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
it "defaults to nil" do
subject.finalize!