Sha256: 88fb517000ec3595262c0cfe8b85ac84db30196f667fe3fa7b3615b17db331ca

Contents?: true

Size: 233 Bytes

Versions: 7

Compression:

Stored size: 233 Bytes

Contents

require 'spec_helper'
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

7 entries across 7 versions & 1 rubygems

Version Path
curate-0.3.2 spec/support/shared/shared_examples_is_embargoable.rb
curate-0.3.1 spec/support/shared/shared_examples_is_embargoable.rb
curate-0.2.0 spec/support/shared/shared_examples_is_embargoable.rb
curate-0.1.3 spec/support/shared/shared_examples_is_embargoable.rb
curate-0.1.2 spec/support/shared/shared_examples_is_embargoable.rb
curate-0.1.1 spec/support/shared/shared_examples_is_embargoable.rb
curate-0.1.0 spec/support/shared/shared_examples_is_embargoable.rb