Sha256: eb66a98db3b28475bcf5d0b9b5c69a7a24682c05ade978161f5fe064095cfe84

Contents?: true

Size: 373 Bytes

Versions: 7

Compression:

Stored size: 373 Bytes

Contents

@ios
Feature: Tracking CocoaPods Dependencies
  So that I can track CocoaPods dependencies
  As an application developer using license finder
  I want to be able to manage CocoaPods dependencies

  Scenario: See the dependencies from the Podfile
    Given A Podfile with dependencies
    When I run license_finder
    Then I should see a CocoaPods dependency with a license

Version data entries

7 entries across 7 versions & 1 rubygems

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