diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-04-22 11:46:11 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-04-22 11:46:11 -0400 |
commit | db45b2441bd57a5e640b529ef6239c98a3030fe2 (patch) | |
tree | bcffce81e433821f6ddd9a6588b40ee1d5f84592 /test/models/statistic_test.rb | |
parent | 4aeaf0e41518695c3c6ba3b09025516f67b06a11 (diff) | |
parent | 474a048ae4a4fae86e7fde93745f0ea79c7ed717 (diff) |
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'test/models/statistic_test.rb')
-rw-r--r-- | test/models/statistic_test.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/models/statistic_test.rb b/test/models/statistic_test.rb new file mode 100644 index 0000000..e9e63bf --- /dev/null +++ b/test/models/statistic_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class StatisticTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end |