Sha256: 77b6f9e3b12e841ad8b150cbff570e0921661bdfe521fa23b14c8fb9604bd29c

Contents?: true

Size: 422 Bytes

Versions: 3

Compression:

Stored size: 422 Bytes

Contents

Feature: Ignore Bundle Groups
  As a developer
  I want to ignore certain bundler groups
  So that any gems I use in development, or for testing, are automatically approved for use

  Scenario:
    Given I have an app with license finder that depends on a GPL licensed gem in the test bundler group
    And I ignore the test group
    When I run license_finder
    Then I should not see the GPL licensed gem in the output

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
license_finder-0.8.2 features/ignore_bundle_groups.feature
license_finder-0.8.1-java features/ignore_bundle_groups.feature
license_finder-0.8.1 features/ignore_bundle_groups.feature