Sha256: c2c5fa3859a74890631d71cf3aaaee42af68d1c6dc4f766a704fc4cc5d4d4474
Contents?: true
Size: 259 Bytes
Versions: 3
Compression:
Stored size: 259 Bytes
Contents
shared_examples_for "an object that can have notes" do it "has notes" do VCR.use_cassette(cassette('notes')) do expect(notes_obj.notes.size).to be >= 1 expect(notes_obj.notes.first).to be_an_instance_of PipelineDeals::Note end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pipeline_deals-0.5.0 | spec/support/has_notes.rb |
pipeline_deals-0.4.0 | spec/support/has_notes.rb |
pipeline_deals-0.3.0 | spec/support/has_notes.rb |