From bf8c139e42392c361a0794aabcdf4ff2d5dbf07b Mon Sep 17 00:00:00 2001 From: Dan Kerchner Date: Fri, 14 Jun 2024 20:13:56 +0000 Subject: [PATCH] Added resource_type field --- spec/features/bulkrax_upload_spec.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spec/features/bulkrax_upload_spec.rb b/spec/features/bulkrax_upload_spec.rb index eee827a0..792871f1 100644 --- a/spec/features/bulkrax_upload_spec.rb +++ b/spec/features/bulkrax_upload_spec.rb @@ -32,9 +32,8 @@ headers_arr = csv_rows[0] - # check that header row generated is correct expect(headers_arr).to eq(["model", "title", "creator", "contributor", "language", - "description", "keyword", "degree", "advisor", "gw_affiliation", + "description", "keyword", "degree", "resource_type", "advisor", "gw_affiliation", "date_created", "committee_member", "rights_statement", "bulkrax_identifier", "file", "parents", "visibility", "visibility_during_embargo", "visibility_after_embargo", "embargo_release_date"]) @@ -89,4 +88,4 @@ expect(work_1.embargo_id.present?).to be true expect(work_2.embargo_id.present?).to be true end -end \ No newline at end of file +end