summaryrefslogtreecommitdiff
path: root/spec/features/projects
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-01-25 10:17:50 +0100
committerJames Lopez <james@jameslopez.es>2017-01-30 12:34:32 +0100
commiteeb13c16d1f627eba10313bf5c4662416392feb3 (patch)
tree1312863d67a633d2e8187feb0e0e965e224f9a9e /spec/features/projects
parentbb2201267550433f3db6a49086076ca3937da191 (diff)
downloadgitlab-ce-eeb13c16d1f627eba10313bf5c4662416392feb3.tar.gz
rename method and added note to export file spec about new encrypted attributes
Diffstat (limited to 'spec/features/projects')
-rw-r--r--spec/features/projects/import_export/export_file_spec.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/features/projects/import_export/export_file_spec.rb b/spec/features/projects/import_export/export_file_spec.rb
index 52d08982c7a..2fbfe045b7f 100644
--- a/spec/features/projects/import_export/export_file_spec.rb
+++ b/spec/features/projects/import_export/export_file_spec.rb
@@ -74,6 +74,9 @@ feature 'Import/Export - project export integration test', feature: true, js: tr
Otherwise, please add the exception to +safe_list+ in CURRENT_SPEC using #{sensitive_word} as the key and the
correspondent hash or model as the value.
+ Also, if the attribute is encrypted, please add it to either the list of excluded attributes in IMPORT_EXPORT_CONFIG
+ or the model to RelationFactory::TOKEN_RESET_MODELS if it includes a token that can be reset.
+
IMPORT_EXPORT_CONFIG: #{Gitlab::ImportExport.config_file}
CURRENT_SPEC: #{__FILE__}
MSG