Sha256: e59f775e0866d6ac789b60fc44bbac8166de04c0b611c55101e2c145006da894
Contents?: true
Size: 686 Bytes
Versions: 1
Compression:
Stored size: 686 Bytes
Contents
Feature: Catch Regressions! Scenario Outline: Generating dependencies multiple times should not lose information Given I have an application setup with rake and license finder And my application depends on a gem "descriptive_gem" with: | license | summary | description | | MIT | summary | description | When I run "<command>" And I run "<command>" Then license finder should generate a file "dependencies.txt" containing: """ descriptive_gem 0.0.0, MIT, summary, description, default """ Examples: | command | | rake license:generate_dependencies | | rake license:action_items |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
license_finder-0.5.0 | features/rake_tasks/regressions.feature |