Sha256: a6777367905a348f96f4481d8922671a066f580189fca5af445deeaf801580ab
Contents?: true
Size: 286 Bytes
Versions: 12
Compression:
Stored size: 286 Bytes
Contents
require 'spec_helper' describe Mutant::Matcher::Chain, '#matchers' do subject { object.matchers } let(:object) { described_class.new(matchers) } let(:matchers) { mock('Matchers') } it { should be(matchers) } it_should_behave_like 'an idempotent method' end
Version data entries
12 entries across 12 versions & 1 rubygems