mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-06 22:44:14 +00:00
Sped up tests and updated Pool Order
This commit is contained in:
@@ -7,7 +7,7 @@ class PoolAdvancementTest < ActionDispatch::IntegrationTest
|
||||
|
||||
# WHY DOES THIS NOT WORK WITHOUT GENERATING MATCHUPS BEFORE EVERY TEST?
|
||||
# FIXTURES FOR MATCHES ARE FILLED OUT AND WORK FOR OTHER TESTS
|
||||
tournament.generateMatchups
|
||||
# tournament.generateMatchups
|
||||
end
|
||||
|
||||
def singlePoolNotFinished
|
||||
|
||||
@@ -36,7 +36,8 @@ class SingleTestTest < ActionDispatch::IntegrationTest
|
||||
|
||||
# Yml for wrestlers
|
||||
# @tournament.wrestlers.each do |w|
|
||||
# puts "tournament_1_#{w.name}:"
|
||||
# puts "tournament_1_wrestler_#{count}:"
|
||||
# puts " id: #{count}"
|
||||
# puts " name: #{w.name}"
|
||||
# puts " school_id: #{w.school_id}"
|
||||
# puts " weight_id: #{w.weight_id}"
|
||||
@@ -45,6 +46,7 @@ class SingleTestTest < ActionDispatch::IntegrationTest
|
||||
# puts " season_loss: #{w.season_loss}"
|
||||
# puts " season_win: #{w.season_win}"
|
||||
# puts " criteria: #{w.criteria}"
|
||||
# puts " extra: #{w.extra}"
|
||||
# puts ""
|
||||
# count += 1
|
||||
# end
|
||||
|
||||
Reference in New Issue
Block a user