Sha256: cdff383098e8d184f7b7613b8db81e2e351b287983988eb3d6f2bf5cca1400c6
Contents?: true
Size: 306 Bytes
Versions: 10
Compression:
Stored size: 306 Bytes
Contents
RSpec.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
10 entries across 10 versions & 1 rubygems