Method: RuboCop::Cop::RSpec::ReturnFromStub#contains_stub?
- Defined in:
- lib/rubocop/cop/rspec/return_from_stub.rb
permalink #contains_stub?(node) ⇒ Object
[View source]
45 |
# File 'lib/rubocop/cop/rspec/return_from_stub.rb', line 45 def_node_search :contains_stub?, '(send nil? :receive (...))' |