authlogic FTW!

This commit is contained in:
Espen Antonsen 2009-05-22 16:14:07 +02:00
parent 69d6b5326a
commit a60a9d56f9
26 changed files with 356 additions and 297 deletions

View file

@ -0,0 +1,8 @@
require 'test_helper'
class UsersControllerTest < ActionController::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end