Skip to content

Make RSpec test adhere to RuboCop rules

Evan Read requested to merge eread/make-rspect-adhere-to-rubocop-rules into main

What does this MR do and why?

Changes code style of test to adhere to RuboCop rules.

To see difference it makes, run the following on main and on this branch:

bundle exec rubocop spec/lib/helpers/versions_spec.rb

Merge request acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports