Sha256: 367e4efb589f632c9e4eafb5fe56b6ee79b000b50697550eaaacef903b26df6f

Contents?: true

Size: 271 Bytes

Versions: 4

Compression:

Stored size: 271 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Mutant::Mutator::Node::Generic, 'next' do
  let(:source)  { 'next true' }

  let(:mutations) do
    mutations = []
    mutations << 'next false'
    mutations << 'next nil'
  end

  it_should_behave_like 'a mutator'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mutant-0.3.0.rc3 spec/unit/mutant/mutator/node/next/mutation_spec.rb
mutant-0.3.0.rc2 spec/unit/mutant/mutator/node/next/mutation_spec.rb
mutant-0.3.0.rc1 spec/unit/mutant/mutator/node/next/mutation_spec.rb
mutant-0.3.0.beta22 spec/unit/mutant/mutator/node/next/mutation_spec.rb