lib/rubocop/cop/rspec/context_wording.rb in rubocop-rspec-2.16.0 vs lib/rubocop/cop/rspec/context_wording.rb in rubocop-rspec-2.17.0
- old
+ new
@@ -8,10 +8,9 @@
# The default list of prefixes is minimal. Users are encouraged to tailor
# the configuration to meet project needs. Other acceptable prefixes may
# include `if`, `unless`, `for`, `before`, `after`, or `during`.
# They may consist of multiple words if desired.
#
- # @see https://rspec.rubystyle.guide/#context-descriptions
# @see http://www.betterspecs.org/#contexts
#
# @example `Prefixes` configuration
# # .rubocop.yml
# # RSpec/ContextWording: