class RuboCop::Cop::RSpec::ContextWording
def message
def message if allowed_patterns.empty? MSG_ALWAYS else format(MSG_MATCH, patterns: expect_patterns) end end
def message if allowed_patterns.empty? MSG_ALWAYS else format(MSG_MATCH, patterns: expect_patterns) end end