Sha256: aa103737a9a1201512d7c319303263bd6b4c12bcaf8b1fcd558cf10ddfa084a5
Contents?: true
Size: 352 Bytes
Versions: 20
Compression:
Stored size: 352 Bytes
Contents
# frozen_string_literal: true RSpec.describe 'null integration', mutant: false 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
20 entries across 20 versions & 1 rubygems