diff --git a/Mage.Server/src/test/java/stories/land.story b/Mage.Server/src/test/java/stories/land.story new file mode 100644 index 0000000000..af024677a2 --- /dev/null +++ b/Mage.Server/src/test/java/stories/land.story @@ -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 \ No newline at end of file