Sha256: 4770d913973ba90587cedb6d46688069621f606c852b8d763ce6abd3c91b7cc3

Contents?: true

Size: 323 Bytes

Versions: 7

Compression:

Stored size: 323 Bytes

Contents

require 'spec_helper'

describe 'null integration' do

  let(:base_cmd) { 'bundle exec mutant -I lib --require test_app "TestApp*"' }

  around do |example|
    Dir.chdir(TestApp.root) do
      example.run
    end
  end

  specify 'it allows to kill mutations' do
    expect(Kernel.system(base_cmd)).to be(false)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mutant-0.5.26 spec/integration/mutant/null_spec.rb
mutant-0.5.25 spec/integration/mutant/null_spec.rb
mutant-0.5.24 spec/integration/mutant/null_spec.rb
mutant-0.5.23 spec/integration/mutant/null_spec.rb
mutant-0.5.22 spec/integration/mutant/null_spec.rb
mutant-0.5.21 spec/integration/mutant/null_spec.rb
mutant-0.5.20 spec/integration/mutant/null_spec.rb