Sha256: bafcb0ef40fe518507d12d2e6e34fbe0cd9fa0f4ff72da7473cc953e73491607

Contents?: true

Size: 490 Bytes

Versions: 5

Compression:

Stored size: 490 Bytes

Contents

# encoding: utf-8

require 'spec_helper'
require File.expand_path('../fixtures/classes', __FILE__)

describe Function::Predicate::GreaterThanOrEqualTo::Methods, '#gte' do
  subject { object.gte(other) }

  let(:described_class) { GreaterThanOrEqualToMethodsSpecs::Object }
  let(:other)           { 1                                        }
  let(:object)          { described_class.new                      }

  it { should be_instance_of(Function::Predicate::GreaterThanOrEqualTo) }
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
axiom-0.1.1 spec/unit/axiom/function/predicate/greater_than_or_equal_to/methods/gte_spec.rb
axiom-0.1.0 spec/unit/axiom/function/predicate/greater_than_or_equal_to/methods/gte_spec.rb
veritas-0.0.7 spec/unit/veritas/function/predicate/greater_than_or_equal_to/methods/gte_spec.rb
veritas-0.0.6 spec/unit/veritas/function/predicate/greater_than_or_equal_to/methods/gte_spec.rb
veritas-0.0.5 spec/unit/veritas/function/predicate/greater_than_or_equal_to/methods/gte_spec.rb