Skip to content

Commit

Permalink
Ensure Verduran Enchantress draws a card when choice is resolveD
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Nov 10, 2024
1 parent fb69a26 commit 00b2d25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/cards/verduran_enchantress_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@

game.tick!

expect(p1).to receive(:draw!)
expect(game.choices.last).to be_a(Magic::Cards::VerduranEnchantress::Choice)

game.resolve_choice!
end
end
end

0 comments on commit 00b2d25

Please sign in to comment.