Cross Reference:
xref
: /
ontohub
/
test
/
unit
/
team_test.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
team_test.rb revision 3eedfb6dd90308259bcfeddaa2cc883c1219df76
require
'test_helper'
class
TeamTest
<
ActiveSupport
::
TestCase
context
'Associations'
do
should
have_many
:
team_users
should
have_many
(:
users
)
.
through
(:
team_users
)
end
end