Sha256: ce3c7c75d2578a8fc429430a562e94bad0cc94cb771ee3d640b23bb9fb6b94fb
Contents?: true
Size: 463 Bytes
Versions: 37
Compression:
Stored size: 463 Bytes
Contents
require_relative '../../spec_helper' require_lib 'reek/examiner' require_lib 'reek/report/html_report' RSpec.describe Reek::Report::HTMLReport do let(:instance) { described_class.new } context 'with an empty source' do let(:examiner) { Reek::Examiner.new('') } before do instance.add_examiner examiner end it 'has the text 0 total warnings' do expect { instance.show }.to output(/0 total warnings/).to_stdout end end end
Version data entries
37 entries across 35 versions & 2 rubygems