Sha256: e15675e85f7f06b8f07652599b970fdcd3c7635fc7e890a2beae6b2fb9e38124
Contents?: true
Size: 599 Bytes
Versions: 3
Compression:
Stored size: 599 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 And my app depends on a gem "other_license_gem" licensed with "other" When I run "license_finder" When I run "license_finder -l MIT other_license_gem" Then I should see the following settings for "other_license_gem": """ license: "MIT" """
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
license_finder-0.7.3 | features/set_license.feature |
license_finder-0.7.1 | features/set_license.feature |
license_finder-0.7.0 | features/set_license.feature |