mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-01 12:15:25 +00:00
Refactored names of methods and some db column
This commit is contained in:
@@ -62,7 +62,7 @@ class MatsControllerTest < ActionController::TestCase
|
||||
end
|
||||
|
||||
def wipe
|
||||
@tournament.destroyAllMatches
|
||||
@tournament.destroy_all_matches
|
||||
end
|
||||
|
||||
test "logged in tournament owner should get edit mat page" do
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user