Sha256: cf8aea25f06dc597e5bdd4ac7c97f55aa79335d8f5568cac82561c4296a093a8

Contents?: true

Size: 386 Bytes

Versions: 38

Compression:

Stored size: 386 Bytes

Contents

require 'spec_helper'

# This spec is only present to ensure 100% test coverage.
# The code should not be triggered on runtime.

describe Mutant::Matcher, '#each' do
  subject { object.send(:each) }

  let(:object) { described_class.allocate }

  it 'should raise error' do
    expect { subject }.to raise_error(NotImplementedError, 'Mutant::Matcher#each is not implemented')
  end
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
mutant-0.3.0.beta21 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta20 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta19 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta18 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta17 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta16 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta15 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta14 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta13 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta12 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta11 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta10 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta9 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta8 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta7 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta6 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta5 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta4 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta3 spec/unit/mutant/matcher/each_spec.rb
mutant-0.3.0.beta2 spec/unit/mutant/matcher/each_spec.rb