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 | |
parent | 2f60c447146fd7b6c1604388194b918b8ae3a7b4 (diff) | |
parent | ecef4973baed5580e3b2500ce0a65def1132d172 (diff) |
Merge branch 'clean'
Diffstat (limited to 'test/models')
-rw-r--r-- | test/models/game_setting_test.rb (renamed from test/models/game_option_test.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/models/game_option_test.rb b/test/models/game_setting_test.rb index 1ae5701..8ab8bcf 100644 --- a/test/models/game_option_test.rb +++ b/test/models/game_setting_test.rb @@ -1,6 +1,6 @@ require 'test_helper' -class GameOptionTest < ActiveSupport::TestCase +class GameSettingTest < ActiveSupport::TestCase # test "the truth" do # assert true # end |