Sha256: 21d74d4a582aaf71f2ff4197ce8903c9c8dbdc44c2f976e71ebb5843cf2207ef

Contents?: true

Size: 480 Bytes

Versions: 6

Compression:

Stored size: 480 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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
license_finder-0.9.0-java features/set_license.feature
license_finder-0.9.0 features/set_license.feature
license_finder-0.8.2-java features/set_license.feature
license_finder-0.8.2 features/set_license.feature
license_finder-0.8.1-java features/set_license.feature
license_finder-0.8.1 features/set_license.feature