Sha256: b85ea381516c6ea0176bb2641ecf1c1438a92b7eb7ea2a3a51772cb624410385
Contents?: true
Size: 682 Bytes
Versions: 7
Compression:
Stored size: 682 Bytes
Contents
Feature: Setting a dependency's license So that my dependencies all have the correct licenses As an application developer I want to be able to manually set licenses Scenario: Setting a license for a dependency Given I have an app that depends on a few gems without known licenses When I set one gem's license to MIT from the command line Then I should see that gem's license set to MIT And I should see other gems have not changed their licenses Scenario: Keep manually assigned license dependencies Given I have an app that depends on a manually licensed gem When I run license_finder Then the gem should keep its manually assigned license
Version data entries
7 entries across 7 versions & 1 rubygems