Method: RuboCop::Cop::RSpec::ExampleWording#it_description
- Defined in:
- lib/rubocop/cop/rspec/example_wording.rb
#it_description(node) ⇒ Object
63 64 65 66 67 68 |
# File 'lib/rubocop/cop/rspec/example_wording.rb', line 63 def_node_matcher :it_description, <<~PATTERN (block (send _ :it ${ (str $_) (dstr (str $_ ) ...) } ...) ...) PATTERN |