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