Fixes rubocop warnings in prep for bump of gitlab-style version
What does this MR do and why?
Part of Bump gitlab-styles to v13 (#733)
Updates styles within lib/gitlab/qa/scenario to address rubocop warnings
How to set up and validate locally
Edit gitlab-qa.gemspec and set `spec.add_development_dependency 'gitlab-styles', '~> 13'`
$ bundle install
$ bundle exec rubocop lib/gitlab/qa/scenario
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
Commits include Changelog:trailer -
I have evaluated the MR acceptance checklist for this MR.