Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pytest / testing / plugins_integration / bdd_wallet.feature
Size: Mime:
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