Skip to content

Commit

Permalink
Update lib/rubocop/cop/rspec/context_wording.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Quorning <22333+bquorning@users.noreply.github.com>
  • Loading branch information
ydah and bquorning authored Oct 22, 2024
1 parent 1205c72 commit 6704660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/rspec/context_wording.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class ContextWording < Base
include AllowedPattern

MSG_MATCH = 'Context description should match %<patterns>s.'
MSG_ALWAYS = 'Current settings are always to be offense. Please add ' \
MSG_ALWAYS = 'Current settings will always report an offense. Please add ' \
'allowed words to `Prefixes` or `AllowedPatterns`.'

# @!method context_wording(node)
Expand Down

0 comments on commit 6704660

Please sign in to comment.