Skip to content

Commit

Permalink
Correct new RSpec/EmptyOutput offense
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Apr 6, 2024
1 parent 2bef5f6 commit 7699c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/reek/code_climate/code_climate_report_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
let(:source) { '' }

it 'prints an empty string' do
expect { instance.show }.to output('').to_stdout
expect { instance.show }.not_to output.to_stdout
end
end

Expand Down

0 comments on commit 7699c38

Please sign in to comment.