diff options
| author | Mayra Cabrera <mcabrera@gitlab.com> | 2018-01-04 22:35:41 +0000 |
|---|---|---|
| committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2018-01-04 22:35:41 +0000 |
| commit | 93e9793ce38bb9b5d519f5ca86cb56201549ef19 (patch) | |
| tree | 82087bc1aae9f01eea1f908bbfefe71514741a5b /spec/features | |
| parent | 6f1b4dc76b4619f538b7216ad3a10ca9336d0c2b (diff) | |
| download | gitlab-ce-93e9793ce38bb9b5d519f5ca86cb56201549ef19.tar.gz | |
Create Kubernetes based on Application Templates
Diffstat (limited to 'spec/features')
| -rw-r--r-- | spec/features/projects/import_export/export_file_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/import_export/export_file_spec.rb b/spec/features/projects/import_export/export_file_spec.rb index 461aa39d0ad..6732cf61767 100644 --- a/spec/features/projects/import_export/export_file_spec.rb +++ b/spec/features/projects/import_export/export_file_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' # 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 that includes it to the +safe_list+ +# we'll 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 'Import/Export - project export integration test', :js do include Select2Helper |
