diff --git a/spec/features/end_of_games_spec.rb b/spec/features/end_of_games_spec.rb index ac1adb94..2aacd25e 100644 --- a/spec/features/end_of_games_spec.rb +++ b/spec/features/end_of_games_spec.rb @@ -57,6 +57,19 @@ RSpec.feature "EndOfGames", type: :feature do end describe 'I lose the game' do + pending + # Another player plays their last card(s) + # Expect that they are the winner + end + + describe 'I win 2nd place' do + pending + # Another player plays their last card(s) + # Expect that they are the winner + end + + describe 'Play to beat clears appropriately' do + pending # Another player plays their last card(s) # Expect that they are the winner end