Sha256: 7db3017edb4160bc00ea7d157b7084888b791ec3a71862538804d906d4a09a44

Contents?: true

Size: 613 Bytes

Versions: 1

Compression:

Stored size: 613 Bytes

Contents

Feature: rake license:init
  As a user
  I want a rake task the generates a sample license finder configuration for me
  So that I can easily get started using License Finder

  Scenario: No license finder configuration
    Given I have a rails application with license finder
    When I run "bundle exec rake license:init"
    Then license finder should generate a file "config/license_finder.yml" with the following content:
      """
        ---
        whitelist:
        #- MIT
        #- Apache 2.0
        ignore_groups:
        #- test
        #- development
        dependencies_file_dir: './'
      """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
license_finder-0.4.5 features/rake_tasks/init.feature