Sha256: 36ae44762d75833fd750de8de9dd590264d73654fdb49a91973513e46a3b1be2

Contents?: true

Size: 564 Bytes

Versions: 1

Compression:

Stored size: 564 Bytes

Contents

Feature: Bootstrapping a new project
  In order to have the best chances of getting up and running with cucumber
  As a new cucumber user
  I want cucumber to give helpful error messages in basic situations

 @announce
 Scenario: running cucumber against a non-existing feature file
  Given a directory without standard Cucumber project directory structure
    When I run `cucumber`
    Then it should fail with:
      """
      You don't have a 'features' directory.  Please create one to get started.
      See http://cukes.info/ for more information.
      """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cucumber-0.10.7 features/bootstrap.feature