Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates descriptions for stop codes RA and RW. #581

Merged
merged 3 commits into from
Oct 25, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/models/sal3_batch_requests_batch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ class Sal3BatchRequestsBatch < ActiveRecord::Base
def self.locations
{
'Data Control' => 'DC',
'Special Collections - Redwood City' => 'RW',
'Redwood City (Special Collections materials)' => 'RW',
'Archive of Recorded Sound' => 'DA',
'Archive of Recorded Sound - Redwood City' => 'RA',
'Redwood City (Archive of Recorded Sounds materials)' => 'RA',
shelleydoljack marked this conversation as resolved.
Show resolved Hide resolved
'Earth Sciences' => 'DE',
'Preservation - Book Repair' => 'BR',
'Green Loading Dock' => 'DS',
Expand Down
4 changes: 2 additions & 2 deletions spec/models/sal3_batch_requests_batch_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
end
it 'Defines delivery locations' do
expect(Sal3BatchRequestsBatch.locations).to include('Data Control' => 'DC',
'Special Collections - Redwood City' => 'RW',
'Redwood City (Special Collections materials)' => 'RW',
'Archive of Recorded Sound' => 'DA',
'Archive of Recorded Sound - Redwood City' => 'RA',
'Redwood City (Archive of Recorded Sounds materials)' => 'RA',
shelleydoljack marked this conversation as resolved.
Show resolved Hide resolved
'Earth Sciences' => 'DE',
'Preservation - Book Repair' => 'BR',
'Green Loading Dock' => 'DS',
Expand Down