Sha256: 2bcebcee6985f315c5c337ae7374947b735fd81ded968eabfc1d99f408391a1a
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
require 'spec_helper' describe 'Veritas::Logic::Predicate::LessThan#inspect' do subject { object.inspect } let(:klass) { Logic::Predicate::LessThan } let(:attribute) { Attribute::Integer.new(:id) } let(:object) { klass.new(attribute, 1) } it { should == "#{attribute.inspect} < 1" } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
veritas-0.0.2 | spec/unit/veritas/logic/predicate/less_than/inspect_spec.rb |