Add ideas for new tests
This commit is contained in:
parent
5563194cac
commit
47939d6590
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user