Sha256: ad7fdad5eb759d70e458b576aaecc1643f668fa06340c94a3237476e15be341b

Contents?: true

Size: 701 Bytes

Versions: 8

Compression:

Stored size: 701 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  local/build/hamlet"

  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  local/build/hamlet
      """

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
omnibus-5.2.0 features/commands/clean.feature
omnibus-5.1.0 features/commands/clean.feature
omnibus-5.0.0 features/commands/clean.feature
omnibus-4.1.0 features/commands/clean.feature
omnibus-4.0.0 features/commands/clean.feature
omnibus-4.0.0.rc.2 features/commands/clean.feature
omnibus-4.0.0.rc.1 features/commands/clean.feature
omnibus-4.0.0.beta.1 features/commands/clean.feature