diff options
author | nfoy <nfoy@purdue.edu> | 2014-03-06 20:40:18 -0500 |
---|---|---|
committer | nfoy <nfoy@purdue.edu> | 2014-03-06 20:40:18 -0500 |
commit | a892016443d4845c1f738bcc57db82174c53701c (patch) | |
tree | f05cfe552d4b7c6793b172aa6b92906a0b2241fa /test/models | |
parent | e10bf58ec059ec263c1d1a9dcac608475377868a (diff) | |
parent | 7bcd854443e368806cf1f4ece562c157db723d1a (diff) |
Merge branch 'master' of https://github.com/LukeShu/leaguer
Conflicts:
config/routes.rb
Diffstat (limited to 'test/models')
-rw-r--r-- | test/models/user_tournament_pair_test.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/models/user_tournament_pair_test.rb b/test/models/user_tournament_pair_test.rb new file mode 100644 index 0000000..6167ff6 --- /dev/null +++ b/test/models/user_tournament_pair_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class UserTournamentPairTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end |