lib/rubocop/cop/rspec/file_path.rb in rubocop-rspec-2.20.0 vs lib/rubocop/cop/rspec/file_path.rb in rubocop-rspec-2.21.0
- old
+ new
@@ -4,10 +4,10 @@
module Cop
module RSpec
# Checks that spec file paths are consistent and well-formed.
#
# By default, this checks that spec file paths are consistent with the
- # test subject and and enforces that it reflects the described
+ # test subject and enforces that it reflects the described
# class/module and its optionally called out method.
#
# With the configuration option `IgnoreMethods` the called out method will
# be ignored when determining the enforced path.
#