Sha256: 5465316fcb5d8da46c2592f701789bfecc3693ce30806b5e66f6fdd2d8002d45
Contents?: true
Size: 375 Bytes
Versions: 12
Compression:
Stored size: 375 Bytes
Contents
# frozen_string_literal: true RSpec.describe Mutant::Reporter::CLI::Printer::Config do setup_shared_context let(:reportable) { config } describe '.call' do it_reports(<<~'REPORT') Matcher: #<Mutant::Matcher::Config empty> Integration: null Jobs: 1 Includes: [] Requires: [] REPORT end end
Version data entries
12 entries across 12 versions & 1 rubygems