Sha256: fc0f2f3684d86dc098468a9d4576ceb9469e3ee647666f04245f244fdb9556cd

Contents?: true

Size: 274 Bytes

Versions: 1

Compression:

Stored size: 274 Bytes

Contents

require 'spec_helper'

describe 'Veritas::Logic::Proposition::True#and' do
  subject { object.and(other) }

  let(:klass)  { Logic::Proposition::True }
  let(:other)  { mock('other')            }
  let(:object) { klass.instance           }

  it { should equal(other) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
veritas-0.0.2 spec/unit/veritas/logic/proposition/true/and_spec.rb