lib/retrospec/plugins/v1/module_helpers.rb in retrospec-0.6.1 vs lib/retrospec/plugins/v1/module_helpers.rb in retrospec-0.6.2

- old
+ new

@@ -235,10 +235,10 @@ # @param [String] module_path - path to the module # @param [String] spec_object - the context that is used for template rendering # @param [String] filter - a regex string used to filter out files def safe_create_module_files(template_dir, module_path, spec_object, filter = nil) dir = File.join(template_dir,'module_files') - safe_create_directory_files(dir, module_path, spec_object, filter = nil) + safe_create_directory_files(dir, module_path, spec_object, filter) end end end end end