Method: RuboCop::Cop::RSpec::ExcessiveDocstringSpacing#example_description
- Defined in:
- lib/rubocop/cop/rspec/excessive_docstring_spacing.rb
#example_description(node) ⇒ Object
32 33 34 35 36 37 |
# File 'lib/rubocop/cop/rspec/excessive_docstring_spacing.rb', line 32 def_node_matcher :example_description, "(send #rspec? {#Examples.all #ExampleGroups.all} ${\n $str\n $(dstr ({str dstr `sym} ...) ...)\n} ...)\n" |