Skip to content

Commit

Permalink
fixup! Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Mar 8, 2019
1 parent 5964bc9 commit dfdc73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/rspec/aggregate_examples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def aggregate_failures_disabled(pairs)
]
PATTERN

# Matchees the example with a title (e.g. `it('is valid')`)
# Matches the example with a title (e.g. `it('is valid')`)
def_node_matcher :example_has_title?, <<-PATTERN
(block
(send nil? #example_method? str ...)
Expand Down

0 comments on commit dfdc73a

Please sign in to comment.