Sha256: 9b55117770713e9f694c3828f50039b6557c8363421440c7e5160ef493a971d8

Contents?: true

Size: 209 Bytes

Versions: 66

Compression:

Stored size: 209 Bytes

Contents

shared_examples 'is_embargoable' do
  it 'has an embargo_release_date attribute' do
    expect(subject).to respond_to(:embargo_release_date)
    expect(subject).to respond_to(:embargo_release_date=)
  end
end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
curation_concerns-0.7.0 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-0.6.0 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-0.5.0 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-0.4.0 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-0.3.0 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-0.2.0 spec/support/shared/shared_examples_is_embargoable.rb