diff options
author | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-25 16:13:19 -0400 |
---|---|---|
committer | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-25 16:13:19 -0400 |
commit | 4d58cc07933fd0a0756c667b38f2e0658302aebf (patch) | |
tree | cf7eb70072b35a1eb1a88fbc3c1efcc619001d9d /test/models/game_setting_test.rb | |
parent | 2f60c447146fd7b6c1604388194b918b8ae3a7b4 (diff) | |
parent | ecef4973baed5580e3b2500ce0a65def1132d172 (diff) |
Merge branch 'clean'
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 |