Sha256: 496068a0d2f846205e921aa6e7da43eef7a8c36270057ca277db7c04dd8b7f88
Contents?: true
Size: 312 Bytes
Versions: 4
Compression:
Stored size: 312 Bytes
Contents
require_relative '../../../../spec_helper' shared_examples 'DataMapper::SubjectSet#named? when no entry with the given name is present' do it { is_expected.to be(false) } end shared_examples 'DataMapper::SubjectSet#named? when an entry with the given name is present' do it { is_expected.to be(true) } end
Version data entries
4 entries across 4 versions & 1 rubygems