Skip to content

Commit

Permalink
#3163 Test that DwcOccurrence.excluded_columns includes :id
Browse files Browse the repository at this point in the history
  • Loading branch information
kleintom committed Jan 19, 2024
1 parent 7fb044e commit 1e429d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/models/dwc_occurrence_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
expect(DwcOccurrence.target_columns).to include(:occurrenceID)
end

specify '.excluded_columns must include id' do
expect(DwcOccurrence.excluded_columns).to include(:id)
end

specify 'extending predicates' do
include ActiveJob::TestHelper

Expand Down

0 comments on commit 1e429d2

Please sign in to comment.