Sha256: 563f3e5b872c4e1bac96df1dc34dd16875e3f5041521e92e2c344e71a7e3459f

Contents?: true

Size: 482 Bytes

Versions: 12

Compression:

Stored size: 482 Bytes

Contents

Feature: Project setup

  Scenario: A local bin/setup is preferred
    Given a file named "bin/setup" with "custom project setup"

    When I run `geordi setup`
    Then the output should contain "Running bin/setup"
      And the output should contain "Geordi's own setup routine is skipped"
      And the output should contain "Util.system! bin/setup"
      And the output should not contain "Creating databases"
    But the output should contain "Successfully set up the project"

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
geordi-2.12.3 features/setup.feature
geordi-2.12.2 features/setup.feature
geordi-2.12.1 features/setup.feature
geordi-2.12.0 features/setup.feature
geordi-2.11.0 features/setup.feature
geordi-2.10.1 features/setup.feature
geordi-2.10.0 features/setup.feature
geordi-2.9.0 features/setup.feature
geordi-2.8.0 features/setup.feature
geordi-2.7.0 features/setup.feature
geordi-2.6.0 features/setup.feature
geordi-2.5.0 features/setup.feature