Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-09-01 12:57:01 +0300
committerJames Lopez <james@jameslopez.es>2016-09-09 15:56:10 +0300
commitcb4ec41fd37a6d01d03a60487c9f6c84441b4eea (patch)
tree354de477ba712c367090c5a8576511ac52ef3c9e /spec/support/import_export
parent8ca963bd96a47411f390360fbe3e85766dce00db (diff)
remove IGNORED_ATTRIBUTES no longer required
Diffstat (limited to 'spec/support/import_export')
-rw-r--r--spec/support/import_export/export_file_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/import_export/export_file_helper.rb b/spec/support/import_export/export_file_helper.rb
index 791863b8d16..5235a859d9b 100644
--- a/spec/support/import_export/export_file_helper.rb
+++ b/spec/support/import_export/export_file_helper.rb
@@ -1,6 +1,4 @@
module ExportFileHelper
- IGNORED_ATTRIBUTES = %w[created_at updated_at url group_id]
-
def setup_project
project = create(:project, :public)