Sha256: ed4d43e578df749baa948704e488d5d91d5af343f80c2c7443d92ac7e5f802c8

Contents?: true

Size: 195 Bytes

Versions: 1

Compression:

Stored size: 195 Bytes

Contents

require 'spec_helper'

describe 'Veritas::Logic::Predicate::GreaterThan.operation' do
  subject { object.operation }

  let(:object) { Logic::Predicate::GreaterThan }

  it { should be(:>) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
veritas-0.0.2 spec/unit/veritas/logic/predicate/greater_than/class_methods/operation_spec.rb