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