Sha256: 95a226166593d460ddd77b68654084a7216a8d52dd832f935000b8fbae39bc25

Contents?: true

Size: 603 Bytes

Versions: 20

Compression:

Stored size: 603 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 via the `license_finder` command
    Given I have an app with license finder 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

20 entries across 20 versions & 1 rubygems

Version Path
license_finder-1.0.0.0 features/approve_dependencies.feature
license_finder-1.0.0.0-java features/approve_dependencies.feature
license_finder-0.9.5.1-java features/approve_dependencies.feature
license_finder-0.9.5.1 features/approve_dependencies.feature
license_finder-0.9.5 features/approve_dependencies.feature
license_finder-0.9.5-java features/approve_dependencies.feature
license_finder-0.9.4-java features/approve_dependencies.feature
license_finder-0.9.4 features/approve_dependencies.feature
license_finder-0.9.3-java features/approve_dependencies.feature
license_finder-0.9.3 features/approve_dependencies.feature
license_finder-0.9.2-java features/approve_dependencies.feature
license_finder-0.9.2 features/approve_dependencies.feature
license_finder-0.9.1-java features/approve_dependencies.feature
license_finder-0.9.1 features/approve_dependencies.feature
license_finder-0.9.0-java features/approve_dependencies.feature
license_finder-0.9.0 features/approve_dependencies.feature
license_finder-0.8.2-java features/approve_dependencies.feature
license_finder-0.8.2 features/approve_dependencies.feature
license_finder-0.8.1-java features/approve_dependencies.feature
license_finder-0.8.1 features/approve_dependencies.feature