Sha256: a80c1190359c0647a5a966f4943dfe9b64abd59c7a763a145a5407534be0a247
Contents?: true
Size: 250 Bytes
Versions: 5
Compression:
Stored size: 250 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Function::Proposition::Tautology, '#and' do subject { object.and(other) } let(:other) { mock('other') } let(:object) { described_class.instance } it { should equal(other) } end
Version data entries
5 entries across 5 versions & 2 rubygems