Sha256: 6b1c6627dae5b15dee31417a227325be77170921cb3f7cc43bf239bd49cade9f

Contents?: true

Size: 540 Bytes

Versions: 14

Compression:

Stored size: 540 Bytes

Contents

Feature: Set a dependency's license through a command line interface
  So that my dependencies all have the correct licenses
  As an application developer
  I want a command line interface to set licenses for specific dependencies

  Scenario: Setting a license for a dependency
    Given I have an app with license finder that depends on an other licensed gem
    When I set that gems license to MIT from the command line
    Then I should see that other gems license set to MIT
    And I see other licensed gems have not changed licenses

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
license_finder-1.0.0.0 features/set_license.feature
license_finder-1.0.0.0-java features/set_license.feature
license_finder-0.9.5.1-java features/set_license.feature
license_finder-0.9.5.1 features/set_license.feature
license_finder-0.9.5 features/set_license.feature
license_finder-0.9.5-java features/set_license.feature
license_finder-0.9.4-java features/set_license.feature
license_finder-0.9.4 features/set_license.feature
license_finder-0.9.3-java features/set_license.feature
license_finder-0.9.3 features/set_license.feature
license_finder-0.9.2-java features/set_license.feature
license_finder-0.9.2 features/set_license.feature
license_finder-0.9.1-java features/set_license.feature
license_finder-0.9.1 features/set_license.feature