Sha256: cfcb9d0c13002b0c394c89aed7695457a284d84b43ac39653ff19367dc471771
Contents?: true
Size: 767 Bytes
Versions: 1
Compression:
Stored size: 767 Bytes
Contents
Feature: Parse a blueprint Scenario: Parse a blueprint file into YAML When I run `snowcrash blueprint.apib` Then the output should contain the content of file "ast.yaml" Scenario: Parse a blueprint input into YAML When I run `snowcrash` interactively When I pipe in the file "blueprint.apib" Then the output should contain the content of file "ast.yaml" Scenario: Parse a blueprint file into JSON When I run `snowcrash --format=json blueprint.apib` Then the output should contain the content of file "ast.json" Scenario: Parse a blueprint input into JSON When I run `snowcrash --format=json` interactively When I pipe in the file "blueprint.apib" Then the output should contain the content of file "ast.json"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redsnow-0.3.2 | ext/snowcrash/features/parse.feature |