From 7a8db04640e8041cb6f5034cbbaa4c95ca22a743 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Sun, 21 Nov 2021 02:08:29 -0800 Subject: [PATCH] Add ideas for new tests --- spec/features/end_of_games_spec.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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