Method: RuboCop::Cop::RSpec::ReceiveMessages#receive_and_return_argument

Defined in:
lib/rubocop/cop/rspec/receive_messages.rb

#receive_and_return_argument(node) ⇒ Object

[View source]

59
60
61
# File 'lib/rubocop/cop/rspec/receive_messages.rb', line 59

def_node_matcher :receive_and_return_argument, <<~PATTERN
  (send (send nil? :allow ...) :to (send (send nil? :receive (sym $_)) :and_return $_))
PATTERN