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