Module: Transpec::Syntax::Mixin::Expectizable

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

Instance Method Summary collapse

Instance Method Details

#wrap_subject_in_expect!Object



9
10
11
# File 'lib/transpec/syntax/mixin/expectizable.rb', line 9

def wrap_subject_in_expect!
  wrap_subject_with_method!('expect')
end