Sha256: 3f9567871d32eab4b8f5abcd3dc554baacd41ead7ec85ca9779702957b9dc7ac
Contents?: true
Size: 808 Bytes
Versions: 8
Compression:
Stored size: 808 Bytes
Contents
# frozen_string_literal: true RSpec.describe Mutant::Reporter::CLI::Printer::Config do setup_shared_context let(:reportable) { config } describe '.call' do context 'on default config' do it_reports(<<~REPORT) Mutant configuration: Matcher: #<Mutant::Matcher::Config empty> Integration: Mutant::Integration::Null Jobs: 1 Includes: [] Requires: [] REPORT end context 'with non default coverage expectation' do it_reports(<<~REPORT) Mutant configuration: Matcher: #<Mutant::Matcher::Config empty> Integration: Mutant::Integration::Null Jobs: 1 Includes: [] Requires: [] REPORT end end end
Version data entries
8 entries across 8 versions & 1 rubygems