Sha256: cf548cf595d684a1a70a3adc956ca204b73ca3d512c4f48ebd63172ffeb9cfd0
Contents?: true
Size: 394 Bytes
Versions: 1
Compression:
Stored size: 394 Bytes
Contents
require 'spec_helper' require File.expand_path('../fixtures/classes', __FILE__) describe 'Veritas::Logic::Predicate::GreaterThan::Methods#gt' do subject { object.gt(other) } let(:klass) { GreaterThanMethodsSpecs::Object } let(:other) { 1 } let(:object) { klass.new } it { should be_kind_of(Logic::Predicate::GreaterThan) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
veritas-0.0.2 | spec/unit/veritas/logic/predicate/greater_than/methods/gt_spec.rb |