diff options
author | Tomer Kimia <tkimia@purdue.edu> | 2014-03-27 16:59:11 -0400 |
---|---|---|
committer | Tomer Kimia <tkimia@purdue.edu> | 2014-03-27 16:59:11 -0400 |
commit | a683a208e31d5bafe7658521921f9f2c1a637418 (patch) | |
tree | abf23ef14f584583973796b3da573c5061eb8533 /test/models/game_setting_test.rb | |
parent | aeda550c2ad04c9496a803b1d7f1d34a4566a9fe (diff) | |
parent | d8acc6785ee41a2628cd0d59d91916b2f087290b (diff) |
Merge branch 'master' of https://github.com/LukeShu/leaguer
Conflicts:
app/views/tournaments/show.html.erb
Diffstat (limited to 'test/models/game_setting_test.rb')
-rw-r--r-- | test/models/game_setting_test.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/models/game_setting_test.rb b/test/models/game_setting_test.rb new file mode 100644 index 0000000..8ab8bcf --- /dev/null +++ b/test/models/game_setting_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class GameSettingTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end |