Sha256: 1f3b8f6bd82fdffa06efca20f3a19eb311afbf72a684d26f32b9a3eac3815dd0
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
Feature: My bootstrapped app kinda works In order to get going on coding my awesome app I want to have aruba and cucumber setup So I don't have to do it myself Scenario: App just runs When I get help for "filentory-cli" Then the exit status should be 0 And the banner should be present And there should be a one line summary of what the app does And the banner should document that this app takes options And the following options should be documented: |--version| |--type| And the banner should document that this app's arguments are: |name|| |path|| |server|optional| Scenario: App prints JSON When I run "filentory-cli" for the test data Then I should get JSON as output And the "name" should be "testrun" And the "type" should be "DVD" And there should be 4 entries in "files" And the first file should be placed in the root folder And the second file should be in the "folder" And the image file should have metadata And the video file should have metadata
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
filentory-cli-0.2.0 | features/filentory-cli.feature |