Update test
This commit is contained in:
parent
e4cdb473bd
commit
15ec95328a
|
@ -50,6 +50,14 @@ describe VagrantPlugins::Chef::Config::ChefZero 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!
|
||||
|
|
Loading…
Reference in New Issue