Sha256: 32d7ac5ab6e33023281149898555f8fe43d75be2cc790d06a7ad402026663fbb
Contents?: true
Size: 553 Bytes
Versions: 12
Compression:
Stored size: 553 Bytes
Contents
shared_examples 'a numerical submatcher' do it 'implements the with_message method' do expect(subject).to respond_to(:with_message).with(1).arguments end it 'implements the matches? method' do expect(subject).to respond_to(:matches?).with(1).arguments end it 'implements the failure_message method' do expect(subject).to respond_to(:failure_message).with(0).arguments end it 'implements the failure_message_when_negated method' do expect(subject).to respond_to(:failure_message_when_negated).with(0).arguments end end
Version data entries
12 entries across 12 versions & 2 rubygems