Sha256: 29834550113cee604e4d6e5649a0d27304014e4049831b456a7baf21bcffb24c
Contents?: true
Size: 370 Bytes
Versions: 1
Compression:
Stored size: 370 Bytes
Contents
require 'spec_helper' require File.expand_path('../fixtures/classes', __FILE__) describe 'Veritas::Logic::Predicate::Match::Methods#match' do subject { object.match(other) } let(:klass) { MatchMethodsSpecs::Object } let(:other) { /Dan Kubb/ } let(:object) { klass.new } it { should be_kind_of(Logic::Predicate::Match) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
veritas-0.0.2 | spec/unit/veritas/logic/predicate/match/methods/match_spec.rb |