Sha256: 0299101b37548bd74c3eb4d3e9254bfbf42c1b05c280cdc1361ae1dd6cdbdac8

Contents?: true

Size: 443 Bytes

Versions: 5

Compression:

Stored size: 443 Bytes

Contents

# encoding: utf-8

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

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

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

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

Version data entries

5 entries across 5 versions & 2 rubygems

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