Skip to content

Commit

Permalink
cleans up white space
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2432 authored and barmintor committed Sep 26, 2022
1 parent d175f89 commit 586fbd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/models/concerns/academic_commons/desc_metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ module DescMetadata
'software, multimedia' => 'Software',
'mixed material' => 'Mixed media'
}.freeze

GENRE_TYPES = {
'learning object' => 'Learning Objects'
}.freeze

DEGREE_LABELS = {
'0' => 'Bachelor\'s',
'1' => 'Master\'s',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def pid; end

include_examples 'indexing mods'
end

context 'contains mapped genre value' do
let(:mods_fixture) { fixture_to_str('desc_metadata/genre_mapping.xml') }
let(:expected_json) { fixture_to_json('desc_metadata/genre_mapping.json') }
Expand Down

0 comments on commit 586fbd5

Please sign in to comment.