Visit table path instead of game path
This commit is contained in:
parent
2b5a0b2ccc
commit
5358752e26
@ -8,7 +8,7 @@ feature 'Play a hand', type: :feature, js: true do
|
|||||||
@game.reload
|
@game.reload
|
||||||
@player = @game.controlling_player
|
@player = @game.controlling_player
|
||||||
signin(@player.user.email,'password')
|
signin(@player.user.email,'password')
|
||||||
visit game_path @game
|
visit table_path @game.table
|
||||||
end
|
end
|
||||||
|
|
||||||
after(:each) do
|
after(:each) do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user