Sha256: 5a2042508f2c992029830f4a25d86cbae4ef06839320ed88e459608cf2847f2e
Contents?: true
Size: 211 Bytes
Versions: 20
Compression:
Stored size: 211 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
20 entries across 20 versions & 3 rubygems