Sha256: 9bdac49d1051a583572653dc5ffdb220b2708393f7214d82a2a120b5f3c962da
Contents?: true
Size: 439 Bytes
Versions: 1
Compression:
Stored size: 439 Bytes
Contents
# encoding: utf-8 require 'spec_helper' require File.expand_path('../fixtures/classes', __FILE__) describe Function::Predicate::GreaterThan::Methods, '#gt' do subject { object.gt(other) } let(:described_class) { GreaterThanMethodsSpecs::Object } let(:other) { 1 } let(:object) { described_class.new } it { should be_kind_of(Function::Predicate::GreaterThan) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
veritas-0.0.4 | spec/unit/veritas/function/predicate/greater_than/methods/gt_spec.rb |