Sha256: 398b731725831ac014ab251fb01021cc91139521eeeb032af7d578eccbfe7db2

Contents?: true

Size: 474 Bytes

Versions: 6

Compression:

Stored size: 474 Bytes

Contents

Feature: Text Report
  So that I can easily view a report outlining my application dependencies and licenses
  As a non-technical application product owner
  I want license finder to generate an easy-to-understand text report

  Scenario: Viewing dependencies
    Given I have an app with license finder that depends on a gem with license and version details
    When I run license_finder
    Then I should see those version and license details in the dependencies.txt file

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
license_finder-0.9.0-java features/text_report.feature
license_finder-0.9.0 features/text_report.feature
license_finder-0.8.2-java features/text_report.feature
license_finder-0.8.2 features/text_report.feature
license_finder-0.8.1-java features/text_report.feature
license_finder-0.8.1 features/text_report.feature