Method: RuboCop::Cop::RSpec::RepeatedExampleGroupBody#several_example_groups?
- Defined in:
- lib/rubocop/cop/rspec/repeated_example_group_body.rb
#several_example_groups?(node) ⇒ Object
51 52 53 |
# File 'lib/rubocop/cop/rspec/repeated_example_group_body.rb', line 51 def_node_matcher :several_example_groups?, <<~PATTERN (begin <#example_group_with_body? #example_group_with_body? ...>) PATTERN |