Sha256: a447f880ed772eaf257f50988ac47ec0a765a86f56e19169a0d860d0397ea2d0

Contents?: true

Size: 677 Bytes

Versions: 6

Compression:

Stored size: 677 Bytes

Contents

Feature: omnibus clean
  Scenario: When a bad name is given
    * I run `omnibus clean hamlet`
    * the output should contain:
      """
      I could not find a project named `hamlet' in any of the project locations:
      """
    * the exit status should not be 0

  Scenario: When the --purge option is given
    * I have an omnibus project named "hamlet"
    * I successfully run `omnibus clean hamlet --purge`
    * the output should contain "remove  output"

  Scenario: When no options are given
    * I have an omnibus project named "hamlet"
    * I successfully run `omnibus clean hamlet`
    * the output should not contain:
      """
      remove  output
      """

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
omnibus-5.6.6 features/commands/clean.feature
omnibus-5.6.1 features/commands/clean.feature
omnibus-5.6.0 features/commands/clean.feature
omnibus-5.5.0 features/commands/clean.feature
omnibus-5.4.0 features/commands/clean.feature
omnibus-5.3.0 features/commands/clean.feature