src/project.rb in jspec-3.3.2 vs src/project.rb in jspec-3.3.3

- old
+ new

@@ -78,10 +78,10 @@ ## # Initialize the project with _options_ def init! options = {} verify_empty! - copy_template :default + copy_template options[:node] ? :node : :default vendorize_with_symlink if options.include? :symlink vendorize_with_copy if options.include? :freeze replace_root end