Sha256: b8a13926dc62286b8f00714aef50ae209bef57beb3f09b7fdb97e296ff71cb28
Contents?: true
Size: 271 Bytes
Versions: 1
Compression:
Stored size: 271 Bytes
Contents
require 'spec_helper' describe 'Veritas::Logic::Proposition#hash' do subject { object.hash } let(:klass) { Class.new(Logic::Proposition) } let(:object) { klass.new } it_should_behave_like 'a hash method' it { should == klass.hash } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
veritas-0.0.2 | spec/unit/veritas/logic/proposition/hash_spec.rb |