lib/test-kitchen/scaffold.rb in test-kitchen-0.6.0 vs lib/test-kitchen/scaffold.rb in test-kitchen-0.7.0.beta.1
- old
+ new
@@ -40,10 +40,10 @@
eos
scaffold_file 'test/kitchen/Kitchenfile',
<<-eos
#{project_type(output_dir)} "#{project_name(output_dir)}" do
- #{'runtimes []' if project_type(output_dir) == 'cookbook'}
+
end
eos
end
private