Skip to content

Fix Lint/RedundantStringCoercion RuboCop offense

Evan Read requested to merge eread/fix-redundant-string-coercion into main

Fix instance of: https://docs.rubocop.org/rubocop/cops_lint.html#lintredundantstringcoercion in this project.

  • Added a test for the changed method.
  • For ease of testing, made task_helpers a class.
Edited by Evan Read

Merge request reports