Sha256: 90db820c9e293d89a2771292ecd87f58d6f0c0ff1a3deabe9680f3dd50d504ef

Contents?: true

Size: 320 Bytes

Versions: 6

Compression:

Stored size: 320 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Function::Proposition, '#hash' do
  subject { object.hash }

  let(:described_class) { Class.new(Function::Proposition) }
  let(:object)          { described_class.new              }

  it_should_behave_like 'a hash method'

  it { should == described_class.hash }
end

Version data entries

6 entries across 6 versions & 2 rubygems

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