From cb4ec41fd37a6d01d03a60487c9f6c84441b4eea Mon Sep 17 00:00:00 2001 From: James Lopez Date: Thu, 1 Sep 2016 11:57:01 +0200 Subject: [PATCH] remove IGNORED_ATTRIBUTES no longer required --- spec/support/import_export/export_file_helper.rb | 2 -- 1 file changed, 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)