Add ideas for new tests

This commit is contained in:
Jesse C. Fisher 2021-11-21 02:08:29 -08:00
parent 845f515aea
commit 40ec18e635

View File

@ -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