Sha256: 28a7d9f5bee90df60284e71d1d253a60ab41d5bf552fa91251748a382664815e
Contents?: true
Size: 321 Bytes
Versions: 23
Compression:
Stored size: 321 Bytes
Contents
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
23 entries across 23 versions & 1 rubygems