Sha256: ea49d9a9b92394e622f0ca97343978d8cfb976b0f39ef4c3f94db5d6f4007dae
Contents?: true
Size: 277 Bytes
Versions: 1
Compression:
Stored size: 277 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Function::Proposition::Contradiction, '.inverse' do subject { object.inverse } let(:object) { described_class } it_should_behave_like 'an invertible method' it { should equal(Function::Proposition::Tautology) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
axiom-0.1.0 | spec/unit/axiom/function/proposition/contradiction/class_methods/inverse_spec.rb |