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-1.7.8 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.7.7 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-2.0.0 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-2.0.0.rc2 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.7.6 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.7.5 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.7.4 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.7.3 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.7.2 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-2.0.0.rc1 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.7.1 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.7.0 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.7.0.beta1 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.6.3 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.6.2 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.6.1 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.6.0 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.5.0 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.4.0 spec/support/shared/shared_examples_is_embargoable.rb
curation_concerns-1.3.3 spec/support/shared/shared_examples_is_embargoable.rb