Skip to content

Commit b0fa869

Browse files
committed
Updated rule name
1 parent 5c9abd1 commit b0fa869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop_rspec_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Style/PercentLiteralDelimiters:
8484

8585
# We have too many special cases where we allow generator methods or prefer a
8686
# prefixed predicate due to it's improved readability.
87-
Naming/PredicateName:
87+
Naming/PredicatePrefix:
8888
Enabled: false
8989

9090
# On 1.8 `proc` is `lambda`, so we use `Proc.new` to ensure we get real procs on all supported versions.

0 commit comments

Comments
 (0)