Module: Transpec::Syntax::Expectizable

Includes:
SendNodeSyntax
Included in:
Should, ShouldReceive
Defined in:
lib/transpec/syntax/expectizable.rb

Instance Method Summary collapse

Methods included from SendNodeSyntax

#arg_node, #arg_range, #method_name, #parentheses_range, #receiver_node, #receiver_range, #selector_range

Instance Method Details

#wrap_subject_in_expect!Object



11
12
13
# File 'lib/transpec/syntax/expectizable.rb', line 11

def wrap_subject_in_expect!
  wrap_subject_with_method!('expect')
end