Fix reporter specs for command methods
This commit is contained in:
parent
edaf3ea8b2
commit
2092be0903
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ RSpec.describe Mutant::Reporter::CLI do
|
|||
|
||||
def self.it_reports(expected_content)
|
||||
it 'writes expected report to output' do
|
||||
subject
|
||||
expect(subject).to be(object)
|
||||
expect(contents).to eql(strip_indent(expected_content))
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue