diff --git a/spec/support/import_export/export_file_helper.rb b/spec/support/import_export/export_file_helper.rb index 5235a859d9b..8e56bca21a3 100644 --- a/spec/support/import_export/export_file_helper.rb +++ b/spec/support/import_export/export_file_helper.rb @@ -64,7 +64,7 @@ module ExportFileHelper end end - #Return true if the hash has a key containing a sensitive word + # Return true if the hash has a key containing a sensitive word def object_contains_key?(object, sensitive_key_word) object.is_a?(Hash) && object.keys.any? { |key| key.include?(sensitive_key_word) } end