Sha256: 593dc91d7d46eed88a78f52db5df15ea9db032c64f10e01a4a8d720f2c64c906
Contents?: true
Size: 426 Bytes
Versions: 13
Compression:
Stored size: 426 Bytes
Contents
require 'spec_helper' describe Dataset do subject { FactoryGirl.build(:dataset) } it_behaves_like 'is_a_curation_concern_model' it_behaves_like 'with_access_rights' it_behaves_like 'with_related_works' it_behaves_like 'is_embargoable' it_behaves_like 'has_dc_metadata' it_behaves_like 'has_common_solr_fields' it_behaves_like 'it has linked contributors' it { should have_unique_field(:available) } end
Version data entries
13 entries across 13 versions & 1 rubygems