Sha256: 0592019803bbc6e111b9d375816659af21f2bbd2ec705bb7cd9a7a1801bb3c4b

Contents?: true

Size: 196 Bytes

Versions: 7

Compression:

Stored size: 196 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

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

  let(:object) { described_class }

  it { should be(:>) }
end

Version data entries

7 entries across 7 versions & 2 rubygems

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