Sha256: 19a6705ad0dc4126e18aac3e48ab8bf45334f8c6ef6191b55c3f8c202bff9c77

Contents?: true

Size: 435 Bytes

Versions: 5

Compression:

Stored size: 435 Bytes

Contents

# encoding: utf-8

require 'spec_helper'
require File.expand_path('../fixtures/classes', __FILE__)

describe Function::Predicate::NoMatch::Methods, '#no_match' do
  subject { object.no_match(other) }

  let(:described_class) { NoMatchMethodsSpecs::Object }
  let(:other)           { /Dan Kubb/                  }
  let(:object)          { described_class.new         }

  it { should be_instance_of(Function::Predicate::NoMatch) }
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
axiom-0.1.1 spec/unit/axiom/function/predicate/no_match/methods/no_match_spec.rb
axiom-0.1.0 spec/unit/axiom/function/predicate/no_match/methods/no_match_spec.rb
veritas-0.0.7 spec/unit/veritas/function/predicate/no_match/methods/no_match_spec.rb
veritas-0.0.6 spec/unit/veritas/function/predicate/no_match/methods/no_match_spec.rb
veritas-0.0.5 spec/unit/veritas/function/predicate/no_match/methods/no_match_spec.rb