Sha256: ac6a8bf0ce724572261d16dd9271b49b948bf7cd8be5bb436df35cc1bedb586d
Contents?: true
Size: 249 Bytes
Versions: 2
Compression:
Stored size: 249 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Function::Proposition::Contradiction, '#or' do subject { object.or(other) } let(:other) { double('other') } let(:object) { described_class.instance } it { should be(other) } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
axiom-0.2.0 | spec/unit/axiom/function/proposition/contradiction/or_spec.rb |
axiom-0.1.1 | spec/unit/axiom/function/proposition/contradiction/or_spec.rb |