Sha256: 02859775e4e1ddff04c5f5cf4efba0eb88f3683ac94c6920f8799683a590dc8c
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::Exclusion::Methods, '#exclude' do subject { object.exclude(other) } let(:described_class) { ExclusionMethodsSpecs::Object } let(:other) { [ true, false ] } let(:object) { described_class.new } it { should be_kind_of(Function::Predicate::Exclusion) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
veritas-0.0.4 | spec/unit/veritas/function/predicate/exclusion/methods/exclude_spec.rb |