Sha256: 54bdb60029914b107192d335f785e5804276f960c52f8f513c488eecabdbce8a
Contents?: true
Size: 479 Bytes
Versions: 10
Compression:
Stored size: 479 Bytes
Contents
# Generated via # `rails generate curate:work <%= class_name %>` require 'spec_helper' require 'active_fedora/test_support' describe <%= class_name %> do include ActiveFedora::TestSupport subject { <%= class_name %>.new } it_behaves_like 'is_a_curation_concern_model' it_behaves_like 'with_access_rights' it_behaves_like 'is_embargoable' it_behaves_like 'has_dc_metadata' <%- if register_doi? -%> it_behaves_like 'remotely_identified', :doi <%- end -%> end
Version data entries
10 entries across 10 versions & 1 rubygems