Module: UmtsCustomMatchers

Defined in:
lib/umts_custom_matchers.rb,
lib/umts_custom_matchers/version.rb,
lib/umts_custom_matchers/redirect_back.rb

Overview

:nodoc:

Defined Under Namespace

Classes: RedirectBack

Constant Summary collapse

VERSION =
'2.0.0'

Instance Method Summary collapse

Instance Method Details

#redirect_backObject

Wrapper method for ‘RedirectBack` can be used in examples if `UmtsCustomMatchers` is incuded.



125
126
127
# File 'lib/umts_custom_matchers/redirect_back.rb', line 125

def redirect_back
  RedirectBack.new self
end