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)