Method: RuboCop::Cop::RSpec::UndescriptiveLiteralsDescription#example_groups_or_example?
- Defined in:
- lib/rubocop/cop/rspec/undescriptive_literals_description.rb
permalink #example_groups_or_example?(node) ⇒ Object
[View source]
51 52 53 |
# File 'lib/rubocop/cop/rspec/undescriptive_literals_description.rb', line 51 def_node_matcher :example_groups_or_example?, <<~PATTERN (block (send #rspec? {#ExampleGroups.all #Examples.all} $_) ...) PATTERN |