Sha256: 1e8f67c4ee9b5c47407a3d4d738c4c0b8ae6ecdc3801dfb7828e5224a8df5bbe
Contents?: true
Size: 189 Bytes
Versions: 1
Compression:
Stored size: 189 Bytes
Contents
require 'spec_helper' describe 'Veritas::Logic::Predicate::LessThan.operation' do subject { object.operation } let(:object) { Logic::Predicate::LessThan } 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/less_than/class_methods/operation_spec.rb |