Sha256: a80c1190359c0647a5a966f4943dfe9b64abd59c7a763a145a5407534be0a247

Contents?: true

Size: 250 Bytes

Versions: 5

Compression:

Stored size: 250 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Function::Proposition::Tautology, '#and' do
  subject { object.and(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

Version Path
axiom-0.1.0 spec/unit/axiom/function/proposition/tautology/and_spec.rb
veritas-0.0.7 spec/unit/veritas/function/proposition/tautology/and_spec.rb
veritas-0.0.6 spec/unit/veritas/function/proposition/tautology/and_spec.rb
veritas-0.0.5 spec/unit/veritas/function/proposition/tautology/and_spec.rb
veritas-0.0.4 spec/unit/veritas/function/proposition/tautology/and_spec.rb