From fad9c4534ad1b479ffc6e6cd8e97a589e35e6a80 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Sun, 19 Sep 2021 00:24:45 -0700 Subject: [PATCH] Visit table path instead of game path --- spec/features/plays_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/plays_spec.rb b/spec/features/plays_spec.rb index c251b28e..1d0fabef 100644 --- a/spec/features/plays_spec.rb +++ b/spec/features/plays_spec.rb @@ -8,7 +8,7 @@ feature 'Play a hand', type: :feature, js: true do @game.reload @player = @game.controlling_player signin(@player.user.email,'password') - visit game_path @game + visit table_path @game.table end after(:each) do