Sha256: e7340ab11c41a3ff99f7d42d9c79981918158f1940826cb01fd62ef82b585f8b

Contents?: true

Size: 282 Bytes

Versions: 1

Compression:

Stored size: 282 Bytes

Contents

require 'spec_helper'

describe 'Veritas::Logic::Proposition::False#or' do
  subject { false_proposition.or(other) }

  let(:other)             { mock('other')                      }
  let(:false_proposition) { Logic::Proposition::False.instance }

  it { should equal(other) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
veritas-0.0.1 spec/unit/veritas/logic/proposition/false/or_spec.rb