1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Refactored names of methods and some db column

This commit is contained in:
2018-11-13 14:14:48 +00:00
parent 93be525832
commit d67a8f2b42
44 changed files with 350 additions and 350 deletions

View File

@@ -52,7 +52,7 @@ class TournamentsControllerTest < ActionController::TestCase
end
def wipe
@tournament.destroyAllMatches
@tournament.destroy_all_matches
end
test "logged in tournament owner can generate matches" do