Sha256: 86aefbd6d7b625bc1a39132d5ae01bfc25a90bfcf35542dd87bea3418b13f20a

Contents?: true

Size: 441 Bytes

Versions: 6

Compression:

Stored size: 441 Bytes

Contents

Feature: The rake task is automatically made available in Rails project
  So that I do not have to modify the Rails rakefile
  As an application developer
  I want the license_finder rake task automatically loaded for me in a rails project

  Scenario: The application is a Rails app
    Given I have a rails app with license finder
    When I run "rake license_finder"
    Then I should see "Dependencies that need approval:" in its output

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
license_finder-0.8.0-java features/rails_rake.feature
license_finder-0.8.0 features/rails_rake.feature
license_finder-0.7.3 features/rails_rake.feature
license_finder-0.7.1 features/rails_rake.feature
license_finder-0.7.0 features/rails_rake.feature
license_finder-0.6.0 features/rails_rake.feature