[Test] spec/tasks/rubocop_rake_spec.rb | rubocop rake tasks todo:generate without arguments generates TODOs for all RuboCop rules
### Test metadata (don't modify) | Field | Value | | ------ | ------ | | File URL | [`spec/tasks/rubocop_rake_spec.rb#L131`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/spec/tasks/rubocop_rake_spec.rb#L131) | | Filename | `spec/tasks/rubocop_rake_spec.rb` | | Description | `rubocop rake tasks todo:generate without arguments generates TODOs for all RuboCop rules` | | Test level | unit | | Hash | `f4c9f93f9507c3fd8e3a1e0090257e0677850e6c0` | | Duration | 2.28 seconds | | Expected duration | < 45.4 seconds | ### Stack trace ``` RSpec::Expectations::ExpectationNotMetError: expected block to output "Generating RuboCop TODOs with:\n rubocop --parallel --format RuboCop::Formatter::TodoFormatter\n\nT...layout/trailing_empty_lines.yml\nWritten to .rubocop_todo/style/frozen_string_literal_comment.yml\n" to stdout, but output "Generating RuboCop TODOs with:\n rubocop --parallel --format RuboCop::Formatter::TodoFormatter\n\nThis might take a while...\n" Diff: @@ -2,7 +2,4 @@ rubocop --parallel --format RuboCop::Formatter::TodoFormatter This might take a while... -Written to .rubocop_todo/layout/space_around_operators.yml -Written to .rubocop_todo/layout/trailing_empty_lines.yml -Written to .rubocop_todo/style/frozen_string_literal_comment.yml ``` ### Reports (1) 1. 2024-01-04: https://gitlab.com/gitlab-org/gitlab-foss/-/jobs/5861745962 (https://gitlab.com/gitlab-org/gitlab-foss/-/pipelines/1127042577)
issue