Show More
Commit Description:
fix logins user_id from string to integer
Commit Description:
fix logins user_id from string to integer
References:
File last commit:
Show/Diff file:
Action:
test/unit/role_test.rb | 10 lines | 191 B | text/x-ruby | RubyLexer |
pramook
initial commit...
r0 require File.dirname(__FILE__) + '/../test_helper'
class RoleTest < Test::Unit::TestCase
fixtures :roles
# Replace this with your real tests.
def test_truth
assert true
end
end