Module: Authlogic::Testing::TestUnitHelpers

Defined in:
lib/authlogic/testing/test_unit_helpers.rb

Overview

Test Unit Helpers

Provides useful methods for testing in Test::Unit, lets you log records in, etc. Just include this in your test_helper filter:

require "authlogic/testing/test_unit_helpers"

Then you will have the methods below to use in your tests.