diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-11-19 23:08:23 +0900 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-11-22 01:01:23 +0900 |
commit | e902f462c213d1bb0cc56f298c7bef01befa0616 (patch) | |
tree | 1d9b1f7328e9a5f1e3fb2f047f764b97db772780 /spec/support | |
parent | d093bbaec526637bf0ce550b50002c19c7a1c056 (diff) | |
download | gitlab-ce-e902f462c213d1bb0cc56f298c7bef01befa0616.tar.gz |
Eliminate duplicated words
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/import_export/export_file_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/import_export/export_file_helper.rb b/spec/support/import_export/export_file_helper.rb index d9ed405baf4..a49036c3b80 100644 --- a/spec/support/import_export/export_file_helper.rb +++ b/spec/support/import_export/export_file_helper.rb @@ -123,7 +123,7 @@ module ExportFileHelper false end - # Compares model attributes with those those found in the hash + # Compares model attributes with those found in the hash # and returns true if there is a match, ignoring some excluded attributes. def safe_model?(model, excluded_attributes, parent) excluded_attributes += associations_for(model) |