Cross Reference:
xref
: /
ontohub
/
test
/
unit
/
team_user_test.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
team_user_test.rb revision 3eedfb6dd90308259bcfeddaa2cc883c1219df76
require
'test_helper'
class
TeamUserTest
<
ActiveSupport
::
TestCase
context
'Associations'
do
should
belong_to
:
team
should
belong_to
:
user
end
end