Method: Authlogic::TestCase::MockController#authenticate_with_http_basic

Defined in:
lib/authlogic/test_case/mock_controller.rb

#authenticate_with_http_basic {|http_user, http_password| ... } ⇒ Object



12
13
14
# File 'lib/authlogic/test_case/mock_controller.rb', line 12

def authenticate_with_http_basic(&block)
  yield http_user, http_password
end