From 3231c167e51da06ba503f0ba751bca8a812c335f Mon Sep 17 00:00:00 2001 From: "Michael J. Giarlo" Date: Wed, 11 Oct 2023 14:00:10 -0700 Subject: [PATCH] Throwaway commit to troubleshoot CI failure --- spec/models/report_spec.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/models/report_spec.rb b/spec/models/report_spec.rb index aec016d43a..0ec6ab8bd5 100644 --- a/spec/models/report_spec.rb +++ b/spec/models/report_spec.rb @@ -63,6 +63,9 @@ def report_field_index(field_name) end it 'handles a multivalued fields' do + p(report_field_index(:druid)) + p(csv) + p(CSV.parse(csv)) row = CSV.parse(csv).find { |row| row[report_field_index(:druid)] == 'xb482ww9999' } expect(row[report_field_index(:tag_ssim)].split(';').length).to eq(2) end