Class BaseLoginProxy
In: lib/authenticated_test_helper.rb
Parent: Object

Methods

new  

Attributes

controller  [R] 
options  [R] 

Public Class methods

[Source]

    # File lib/authenticated_test_helper.rb, line 74
74:   def initialize(controller, login)
75:     @controller = controller
76:     @login      = login
77:   end

[Validate]