class RuboCop::Cop::Salsify::RspecStringLiterals

This cop checks if quotes match the configured preference. It is intended to be use specifically for specs and in combination with Salsify/RspecDocString.

Used together with Salsify/RspecDocString it allows one quote style to be used for doc strings (‘describe “foobar”`) and another style to be used for all other strings in specs.