Sha256: b3dca7ae2491b645c43251ae727c12731eec2908e7d451cc909732f8fd7cf3ca

Contents?: true

Size: 472 Bytes

Versions: 2

Compression:

Stored size: 472 Bytes

Contents

Feature: FlexSourceInspector
  In order to list unused files in a flex project or library
  As a CLI
  I want to be as objective as possible

  Scenario: i can ping
    When I run "flex-source-inspector ping"
    Then the output should contain "pong"

  Scenario: link report one
    When I run "flex-source-inspector inspect ../../spec/data/LinkReportTestProject/flex-src ../../spec/data/ApplicationOne_link-report.xml"
    Then the output should contain "NotUsedOne.as"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
flex-source-inspector-0.0.2 features/FlexSourceInspector.feature
flex-source-inspector-0.0.1 features/FlexSourceInspector.feature