Auth prototype

This commit is contained in:
magnolia-fan
2011-06-21 03:28:09 +04:00
parent 78cc2d343c
commit 93130968fd
5 changed files with 41 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
require 'test_helper'
class UserControllerTest < ActionController::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end