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