Sha256: 02f208247e66210f1ee32b323f32ead1f2d54998419d60350c0221ec01ce3a32

Contents?: true

Size: 222 Bytes

Versions: 5

Compression:

Stored size: 222 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

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

  let(:object) { described_class }

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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
axiom-0.1.0 spec/unit/axiom/function/predicate/greater_than/class_methods/reverse_spec.rb
veritas-0.0.7 spec/unit/veritas/function/predicate/greater_than/class_methods/reverse_spec.rb
veritas-0.0.6 spec/unit/veritas/function/predicate/greater_than/class_methods/reverse_spec.rb
veritas-0.0.5 spec/unit/veritas/function/predicate/greater_than/class_methods/reverse_spec.rb
veritas-0.0.4 spec/unit/veritas/function/predicate/greater_than/class_methods/reverse_spec.rb