Method: RuboCop::Cop::RSpec::MessageExpectation#message_expectation
- Defined in:
- lib/rubocop/cop/rspec/message_expectation.rb
#message_expectation(node) ⇒ Object
35 36 37 |
# File 'lib/rubocop/cop/rspec/message_expectation.rb', line 35 def_node_matcher :message_expectation, "(send $(send nil? {:expect :allow} ...) :to #receive_message?)\n" |