Sha256: 6ea0dbb3d594b70830c91e1c20b0c06945340adf529b612341d051cc581e8c99

Contents?: true

Size: 469 Bytes

Versions: 7

Compression:

Stored size: 469 Bytes

Contents

@disable-bundler
Feature: Skipping clearance
  As a developer
  I want to suspend an app without clearance
  So that I can build apps without users, or with other authentication libraries

  Scenario: Passing --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

7 entries across 7 versions & 2 rubygems

Version Path
suspenders-1.0.1 features/skipping_clearance.feature
suspenders-1.0.0 features/skipping_clearance.feature
laces-0.1.0 features/skipping_clearance.feature
suspenders-0.3.6 features/skipping_clearance.feature
suspenders-0.3.5 features/skipping_clearance.feature
suspenders-0.3.4 features/skipping_clearance.feature
suspenders-0.3.2 features/skipping_clearance.feature