Sha256: 3719b6da9e27157947fc05ddfffa83083ee621b86be8e0d0a33411ce7e15a736

Contents?: true

Size: 219 Bytes

Versions: 2

Compression:

Stored size: 219 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Function::Predicate::GreaterThan, '.reverse' do
  subject { object.reverse }

  let(:object) { described_class }

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
axiom-0.2.0 spec/unit/axiom/function/predicate/greater_than/class_methods/reverse_spec.rb
axiom-0.1.1 spec/unit/axiom/function/predicate/greater_than/class_methods/reverse_spec.rb