mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
got tests working and showed mats table if not logged in
This commit is contained in:
@@ -3,7 +3,6 @@ require 'test_helper'
|
||||
class PoolbracketMatchupsTest < ActionDispatch::IntegrationTest
|
||||
def setup
|
||||
@tournament = Tournament.find(1)
|
||||
@tournament.upcomingMatches
|
||||
@genMatchups = @tournament.upcomingMatches
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user