Sha256: eb2e4e3dfa7f2d56f0cc2dc1609e265b1f3723d2018f4ff0dd4aef49cde8ab59

Contents?: true

Size: 150 Bytes

Versions: 1

Compression:

Stored size: 150 Bytes

Contents

require 'spec_helper'

describe 'Veritas::Logic::Proposition::True.call' do
  subject { Logic::Proposition::True.call }

  it { should be(true) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
veritas-0.0.1 spec/unit/veritas/logic/proposition/true/class_methods/call_spec.rb