Add ideas for new tests

This commit is contained in:
Jesse C. Fisher 2021-11-21 02:08:29 -08:00
parent 5563194cac
commit 47939d6590

View File

@ -57,6 +57,19 @@ RSpec.feature "EndOfGames", type: :feature do
end end
describe 'I lose the game' do 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) # Another player plays their last card(s)
# Expect that they are the winner # Expect that they are the winner
end end