Fix game helper setup include a table

This commit is contained in:
Jesse C. Fisher 2021-09-19 00:15:09 -07:00
parent c622da90bd
commit 5e5be7ca9a

View File

@ -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