Sha256: 2a1b4d863bf1f14f25aaf57da3c6ee6686a9330657441ef2a5eced3f7c59477b
Contents?: true
Size: 1.16 KB
Versions: 16
Compression:
Stored size: 1.16 KB
Contents
Feature: Whitelist licenses As a developer I want to whitelist certain OSS licenses that my business has pre-approved So that any dependencies with those licenses do not show up as action items Scenario: Adding a license to the whitelist Given I have an app with license finder When I whitelist the Expat license And I view the whitelisted licenses Then I should see Expat in the output Scenario: Whitelisting the BSD License should approve BSD licensed dependencies Given I have an app with license finder that depends on an BSD license When I whitelist the BSD license Then I should not see a BSD licensed gem unapproved Scenario: Removing a license from the whitelist Given I have an app with license finder When I whitelist the Expat license And I remove Expat from the whitelist And I view the whitelisted licenses Then I should not see Expat in the output Scenario: Whitelist with MIT License aliased name "Expat" should whitelist "MIT" licenses Given I have an app with license finder that depends on an MIT license When I whitelist the Expat license Then I should not see a MIT licensed gem unapproved
Version data entries
16 entries across 16 versions & 1 rubygems