Skip to content

Commit

Permalink
spec adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushpoddar committed Jul 31, 2024
1 parent 07d4560 commit cc659b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/color_ls/flags_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
let(:args) { ['--report', '--report=long', FIXTURES] }

it 'shows a report with recognized and unrecognized files' do
expect { subject }.to output(/Recognized files\s+: 4\n.+Unrecognized files\s+: 3/).to_stdout
expect { subject }.to output(/Recognized files\s+: 6\n.+Unrecognized files\s+: 3/).to_stdout
end
end

Expand Down

0 comments on commit cc659b6

Please sign in to comment.