Skip to content

Commit

Permalink
Cleanup unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Krizhanovski committed Jul 11, 2020
1 parent 8ffc33d commit f1bdd09
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/rubocop/cop/rspec/predicate_matcher.rb
Expand Up @@ -288,15 +288,6 @@ def on_block(node)
check_explicit(node) if style == :explicit
end

def autocorrect(node)
case style
when :inflected
autocorrect_inflected(node)
when :explicit
autocorrect_explicit(node)
end
end

private

# returns args location with whitespace
Expand Down

0 comments on commit f1bdd09

Please sign in to comment.