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