Method: Authlogic::TestCase::MockController#authenticate_with_http_basic
- Defined in:
- lib/authlogic/test_case/mock_controller.rb
permalink #authenticate_with_http_basic {|http_user, http_password| ... } ⇒ Object
15 16 17 |
# File 'lib/authlogic/test_case/mock_controller.rb', line 15 def authenticate_with_http_basic yield http_user, http_password end |