Sha256: b48f4dd057370a3fb47405d31ccfff4a102030df221086b55cdfa2e3cfae641e

Contents?: true

Size: 668 Bytes

Versions: 7

Compression:

Stored size: 668 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 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.csv file

  Scenario: Cleaning up old versions of text report
    Given I have an app
    And I have a dependencies.txt file
    When I run license_finder
    Then I should see dependencies.txt replaced by dependencies.csv

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
license_finder-1.2 features/report_csv.feature
license_finder-1.2-java features/report_csv.feature
license_finder-1.1.1-java features/report_csv.feature
license_finder-1.1.1 features/report_csv.feature
license_finder-1.1.0 features/report_csv.feature
license_finder-1.0.1 features/report_csv.feature
license_finder-1.0.0.1 features/report_csv.feature