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