setup form finished

This commit is contained in:
Wojciech Todryk 2011-07-23 21:55:26 +02:00
parent 99fcbbb8d0
commit da03add37b
22 changed files with 285 additions and 32 deletions

8
test/unit/user_test.rb Normal file
View file

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