From 74cefffd067a90fc25f8c64c40f57c484785c5d0 Mon Sep 17 00:00:00 2001 From: James Lopez Date: Thu, 1 Sep 2016 12:06:13 +0200 Subject: [PATCH] fixed spacing --- spec/support/import_export/export_file_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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