Sha256: 4a99d8830d5784f2f87b62c3ff82b1dbc75748b49876d8ceaa9bc589dbf179a6

Contents?: true

Size: 419 Bytes

Versions: 5

Compression:

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

Version data entries

5 entries across 5 versions & 2 rubygems

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