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

Extended by:
ActiveSupport::Concern
Included in:
Should, ShouldReceive
Defined in:
lib/transpec/syntax/mixin/expectizable.rb

Instance Method Summary collapse

Instance Method Details

#wrap_subject_in_expect!Object



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

def wrap_subject_in_expect!
  wrap_subject_with_method!('expect')
end