Method: RuboCop::Cop::RSpec::MissingExpectationTargetMethod#expectation_without_runner?
- Defined in:
- lib/rubocop/cop/rspec/missing_expectation_target_method.rb
#expectation_without_runner?(node) ⇒ Object
40 41 42 |
# File 'lib/rubocop/cop/rspec/missing_expectation_target_method.rb', line 40 def_node_matcher :expectation_without_runner?, "(send {#expect? #expect_block?} !#Runners.all ...)\n" |