Class: ActiveSupport::TestCase

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/admin/install/templates/test_unit/test_helper.rb

Instance Method Summary collapse

Instance Method Details

#sign_in_admin_as(user) ⇒ Object

Add more helper methods to be used by all tests here…



13
14
15
# File 'lib/generators/admin/install/templates/test_unit/test_helper.rb', line 13

def (user)
  post(, params: { email: user.email, password: "Secret1*3*5*" }); user
end