Sha256: 5d6fe369d939d515a92b3a0ab20bc264524779becbfcbea29cfb75e1fa126f55
Contents?: true
Size: 416 Bytes
Versions: 1
Compression:
Stored size: 416 Bytes
Contents
require 'spec_helper' require File.expand_path('../fixtures/classes', __FILE__) describe 'Veritas::Logic::Predicate#inspect' do subject { predicate.inspect } let(:attribute) { Attribute::Integer.new(:id) } let(:predicate) { PredicateSpecs::Object.new(attribute, 1) } specify { expect { subject }.to raise_error(NotImplementedError, 'PredicateSpecs::Object#inspect must be implemented') } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
veritas-0.0.1 | spec/unit/veritas/logic/predicate/inspect_spec.rb |