spec/hydra/pcdm/models/file_spec.rb in hydra-pcdm-0.6.0 vs spec/hydra/pcdm/models/file_spec.rb in hydra-pcdm-0.7.0

- old
+ new

@@ -67,6 +67,12 @@ it 'add a custom type' do subject << custom_type expect(subject).to include custom_type end end + + describe 'using schemas' do + it 'can apply user-defined schemas to the File' do + expect(described_class).to respond_to(:apply_schema) + end + end end