Sha256: 84103b2ba7d03b327b000c942ebe5c20369d6630ba43fdb8b41809e628633b84

Contents?: true

Size: 550 Bytes

Versions: 7

Compression:

Stored size: 550 Bytes

Contents

Feature: Approving non-whitelisted Dependencies
  So that I can track the dependencies of my application which my business has approved
  As an application developer using license finder
  I want to be able to manually approve dependencies that have licenses which fall outside of my whitelist

  Scenario: Approving a non-whitelisted dependency
    Given I have an app that depends on a GPL licensed gem
    When I approve that gem
    Then I should not see that gem in the console output
    And I should see that gem approved in dependencies.html

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
license_finder-1.2 features/manually_approved.feature
license_finder-1.2-java features/manually_approved.feature
license_finder-1.1.1-java features/manually_approved.feature
license_finder-1.1.1 features/manually_approved.feature
license_finder-1.1.0 features/manually_approved.feature
license_finder-1.0.1 features/manually_approved.feature
license_finder-1.0.0.1 features/manually_approved.feature