Sha256: 840201d63e1684953a7d1655df27172a23908ab2f65b0c331a1b385f5d6be914
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Function::Proposition::Tautology, '#and' do subject { object.and(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/tautology/and_spec.rb |
axiom-0.1.1 | spec/unit/axiom/function/proposition/tautology/and_spec.rb |