Sha256: 661d28f0a1217fffa11a35d243e9cf533359af1c7211b05ae6bdf8466cdc0d07

Contents?: true

Size: 246 Bytes

Versions: 2

Compression:

Stored size: 246 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Function::Proposition::Tautology, '#or' do
  subject { object.or(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/tautology/or_spec.rb
axiom-0.1.1 spec/unit/axiom/function/proposition/tautology/or_spec.rb