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