Sha256: dd03d14fbcbf1582b682b1d638a88f9870711776694d9dbd228630f46403786e
Contents?: true
Size: 273 Bytes
Versions: 1
Compression:
Stored size: 273 Bytes
Contents
require 'spec_helper' describe 'Veritas::Logic::Proposition::True#or' do subject { object.or(other) } let(:klass) { Logic::Proposition::True } let(:other) { mock('other') } let(:object) { klass.instance } it { should equal(object) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
veritas-0.0.2 | spec/unit/veritas/logic/proposition/true/or_spec.rb |