Sha256: e425e8565fbc978e4dc3c6ddf7a38ddd0b2d68037dc0379f3976351f46de2414
Contents?: true
Size: 283 Bytes
Versions: 11
Compression:
Stored size: 283 Bytes
Contents
require 'spec_helper' shared_examples_for 'DataMapper::SubjectSet#named? when no entry with the given name is present' do it { should be(false) } end shared_examples_for 'DataMapper::SubjectSet#named? when an entry with the given name is present' do it { should be(true) } end
Version data entries
11 entries across 11 versions & 3 rubygems