summaryrefslogtreecommitdiff
path: root/spec/features/projects/import_export/export_file_spec.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-09-02 14:35:33 +0200
committerJames Lopez <james@jameslopez.es>2016-09-09 14:56:10 +0200
commit668ebfcaaefba297b29dcda82c5348377633c47c (patch)
tree84c966dedbf26e92f2a26441eacd8cee60987871 /spec/features/projects/import_export/export_file_spec.rb
parent621b4eaf22ea92d89c8612293fad4f6b9d322efe (diff)
downloadgitlab-ce-668ebfcaaefba297b29dcda82c5348377633c47c.tar.gz
fix wording
Diffstat (limited to 'spec/features/projects/import_export/export_file_spec.rb')
-rw-r--r--spec/features/projects/import_export/export_file_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/projects/import_export/export_file_spec.rb b/spec/features/projects/import_export/export_file_spec.rb
index 0311edfa133..ba1f0970a32 100644
--- a/spec/features/projects/import_export/export_file_spec.rb
+++ b/spec/features/projects/import_export/export_file_spec.rb
@@ -1,8 +1,8 @@
require 'spec_helper'
-# Integration test that exports a file using the Import/EXport feature
+# Integration test that exports a file using the Import/Export feature
# It looks up for any sensitive word inside the JSON, so if a sensitive word is found
-# we''l have to either include it adding the model containing it to the +safe_list+
+# we''l have to either include it adding the model that includes it to the +safe_list+
# or make sure the attribute is blacklisted in the +import_export.yml+ configuration
feature 'project export', feature: true, js: true do
include Select2Helper