Sha256: c315a40194708b02b68e58c3f5dc23c9dceaba892111fbf8df6572407ad6d773

Contents?: true

Size: 428 Bytes

Versions: 5

Compression:

Stored size: 428 Bytes

Contents

# encoding: utf-8

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

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

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

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

Version data entries

5 entries across 5 versions & 2 rubygems

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