Module: Monban::Test::Helpers
- Includes:
- Warden::Test::Helpers
- Defined in:
- lib/monban/test/helpers.rb
Overview
Note:
these have only been tested with rspec integration and feature specs
Helpers for integration or feature specs
Instance Method Summary collapse
-
#sign_in(user) ⇒ Object
Sign a user in.
-
#sign_out ⇒ Object
Sign a user out.
Instance Method Details
#sign_in(user) ⇒ Object
Sign a user in
12 13 14 15 16 |
# File 'lib/monban/test/helpers.rb', line 12 def sign_in user login_as user user end |
#sign_out ⇒ Object
Sign a user out
19 20 21 |
# File 'lib/monban/test/helpers.rb', line 19 def sign_out logout end |