Method: AuthenticatedTestHelper#assert_http_authentication_required

Defined in:
lib/community_engine/authenticated_test_helper.rb

#assert_http_authentication_required(login = nil) {|XmlLoginProxy.new(self, login)| ... } ⇒ Object

Yields:



11
12
13
# File 'lib/community_engine/authenticated_test_helper.rb', line 11

def assert_http_authentication_required( = nil)
  yield XmlLoginProxy.new(self, )
end