rspec/rules/S1192/howtofix.adoc

2 lines
158 B
Plaintext
Raw Normal View History

2023-10-11 11:41:24 +02:00
Instead, use constants to replace the duplicated string literals.
Constants can be referenced from many places, but only need to be updated in a single place.