Sha256: d67119752c4742261ad82be079067d87c38e22941191abd1d95926fdc8ad0348

Contents?: true

Size: 443 Bytes

Versions: 1

Compression:

Stored size: 443 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_instance_of(Function::Predicate::Exclusion) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
axiom-0.1.1 spec/unit/axiom/function/predicate/exclusion/methods/exclude_spec.rb