spec/rosetta_collection_spec.rb in libis-services-0.1.11 vs spec/rosetta_collection_spec.rb in libis-services-0.1.12
- old
+ new
@@ -106,11 +106,11 @@
end
context 'collections CRUD' do
let(:collection_data) { {
- name: 'My new test collection',
+ name: 'New test collection',
parent_id: parent_id,
collection_order: 0,
md_dc: {
type: 'descriptive',
sub_type: 'dc',
@@ -125,10 +125,10 @@
STR
},
md_source: [],
navigate: true,
publish: false,
- external_id: '12345',
+ external_id: '54321',
external_system: 'Scope'
} }
let(:new_collection) { collection_service.find(parent_name + '/' + collection_data[:name]) }
\ No newline at end of file