From caab453d6466802203880d4730e204a0085864cc Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Sun, 19 Sep 2021 00:15:09 -0700 Subject: [PATCH] Fix game helper setup include a table --- spec/support/helpers/game_helpers.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/support/helpers/game_helpers.rb b/spec/support/helpers/game_helpers.rb index d4f2fd55..7f7c46c0 100644 --- a/spec/support/helpers/game_helpers.rb +++ b/spec/support/helpers/game_helpers.rb @@ -53,6 +53,7 @@ module Features def setup_game # Default game has 4 players game = FactoryGirl.create :game + table = game.table.create!(title: "Factory Table") user1 = FactoryGirl.create :user user2 = FactoryGirl.create :user user3 = FactoryGirl.create :user