Sha256: 789c361ef58ab37ea13ffc38d2186171fab6e0969d15c3a19087a54d336dc157

Contents?: true

Size: 415 Bytes

Versions: 1

Compression:

Stored size: 415 Bytes

Contents

# encoding: utf-8

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

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

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

  it { should be_kind_of(Function::Predicate::Match) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
veritas-0.0.4 spec/unit/veritas/function/predicate/match/methods/match_spec.rb