Sha256: f0d108bf2bb0157e1b8fa7f74658de703289d539bbf45c7a6ec9031e908c3340

Contents?: true

Size: 433 Bytes

Versions: 22

Compression:

Stored size: 433 Bytes

Contents

Feature: omnibus list
  Scenario: When there are Omnibus projects
    * I have an omnibus project named "hamlet"
    * I successfully run `omnibus list`
    * the output should contain:
      """
      Omnibus projects:
        * hamlet (1.0.0)
      """

  Scenario: When there are no Omnibus projects
    * I successfully run `omnibus list`
    * the output should contain:
      """
      There are no Omnibus projects!
      """

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
omnibus-5.6.6 features/commands/list.feature
omnibus-5.6.1 features/commands/list.feature
omnibus-5.6.0 features/commands/list.feature
omnibus-5.5.0 features/commands/list.feature
omnibus-5.4.0 features/commands/list.feature
omnibus-5.3.0 features/commands/list.feature
omnibus-5.2.0 features/commands/list.feature
omnibus-5.1.0 features/commands/list.feature
omnibus-5.0.0 features/commands/list.feature
omnibus-4.1.0 features/commands/list.feature
omnibus-4.0.0 features/commands/list.feature
omnibus-4.0.0.rc.2 features/commands/list.feature
omnibus-4.0.0.rc.1 features/commands/list.feature
omnibus-3.2.2 features/commands/list.feature
omnibus-4.0.0.beta.1 features/commands/list.feature
omnibus-3.2.1 features/commands/list.feature
omnibus-3.2.0 features/commands/list.feature
omnibus-3.2.0.rc.3 features/commands/list.feature
omnibus-3.2.0.rc.2 features/commands/list.feature
omnibus-3.2.0.rc.1 features/commands/list.feature