summaryrefslogtreecommitdiff
path: root/testing/plugins_integration/bdd_wallet.feature
blob: e404c4948e943c153e29f4886e37d4f58ece27ae (plain)
1
2
3
4
5
6
7
8
9
Feature: Buy things with apple

    Scenario: Buy fruits
        Given A wallet with 50

        When I buy some apples for 1
        And I buy some bananas for 2

        Then I have 47 left