mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
[tests] Land story for testing playing lands.
This commit is contained in:
parent
7695b92eb1
commit
a3086fb2c4
1 changed files with 7 additions and 0 deletions
7
Mage.Server/src/test/java/stories/land.story
Normal file
7
Mage.Server/src/test/java/stories/land.story
Normal file
|
@ -0,0 +1,7 @@
|
|||
Scenario: player plays Land on his main phase
|
||||
|
||||
Given I'm in the game
|
||||
And I have an "Island" card
|
||||
And phase is my "Precombat Main"
|
||||
When I play "Island"
|
||||
Then there is an "Island" on battlefield
|
Loading…
Reference in a new issue