Sha256: 0e6e19aff0208beae8ed0a30255b8e188ee1f93eaebe670d0d649ff5a783edac

Contents?: true

Size: 317 Bytes

Versions: 6

Compression:

Stored size: 317 Bytes

Contents

@disable-bundler
Feature: Skipping Clearance

  Scenario: --clearance=false
    When I suspend a project called "test_project" with:
      | argument    | value |
      | --clearance | false |
    And I cd to the "test_project" root
    Then "clearance" should not be installed
    And I can cleanly rake the project

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
suspenders-1.1.5 features/clearance_false.feature
suspenders-1.1.4 features/clearance_false.feature
suspenders-1.1.3 features/clearance_false.feature
suspenders-1.1.2 features/clearance_false.feature
suspenders-1.1.1 features/clearance_false.feature
suspenders-1.1.0 features/clearance_false.feature