Sha256: b008d60b2ec3e05b5d74d0de165f95f1a5aa24216d993b9348b4ada0c69a9287
Contents?: true
Size: 252 Bytes
Versions: 5
Compression:
Stored size: 252 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Function::Proposition::Contradiction, '#or' do subject { object.or(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