Sha256: 4d0fb6c6f9c5996ef10fb1ef4ed6cc4c7291c43a226f841b0430eaeaefa4b55c

Contents?: true

Size: 276 Bytes

Versions: 2

Compression:

Stored size: 276 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Function::Predicate::LessThanOrEqualTo, '.inverse' do
  subject { object.inverse }

  let(:object) { described_class }

  it_should_behave_like 'an invertible method'

  it { should be(Function::Predicate::GreaterThan) }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
axiom-0.2.0 spec/unit/axiom/function/predicate/less_than_or_equal_to/class_methods/inverse_spec.rb
axiom-0.1.1 spec/unit/axiom/function/predicate/less_than_or_equal_to/class_methods/inverse_spec.rb