Sha256: 2aa9eb33bcba4fa71fc161a8717d98a4a37a3b1c84fbecc1ae3e851ec18dec63
Contents?: true
Size: 868 Bytes
Versions: 12
Compression:
Stored size: 868 Bytes
Contents
Feature: Tracking non-Bundler Dependencies So that I can track JS and other dependencies not tracked by Bundler As an application developer using license finder I want to be able to manually manage non-Bundler dependencies Scenario: Adding a non-Bundler dependency Given I have an app with license finder When I add my JS dependency Then I should see the JS dependency in the console output Scenario: Auto approving a non-Bundler dependency I add Given I have an app with license finder When I add my JS dependency with an approval flag Then I should not see the JS dependency in the console output since it is approved Scenario: Removing a non-Bundler dependency Given I have an app with license finder and a JS dependency When I remove my JS dependency Then I should not see the JS dependency in the console output
Version data entries
12 entries across 12 versions & 1 rubygems