rspec/rules/S1192/howtofix.adoc

3 lines
150 B
Plaintext

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.