mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-21 12:29:24 +00:00
Added date to tournament
This commit is contained in:
@@ -23,7 +23,8 @@ class PoolbracketMatchupsTest < ActionDispatch::IntegrationTest
|
||||
name: "Something",
|
||||
address: "Some Place",
|
||||
director: "Some Guy",
|
||||
director_email: "test@test.com"
|
||||
director_email: "test@test.com",
|
||||
date: Date.today
|
||||
)
|
||||
tournament.save
|
||||
tournament
|
||||
|
||||
Reference in New Issue
Block a user