Skip to content

Extend reserved name check

Created by: Liberatys

Description

Fixes https://github.com/rspec/rspec-rails/issues/2478 to_s is now also viewed as a reserved name and thus may not be used. This also extends the name check to check against strings rather than just symbols.

Merge request reports