Sha256: faba4a3f23d4444d85a48e80cd5f0fc78bc4808a68057af12a3a8346749e9f64
Contents?: true
Size: 501 Bytes
Versions: 2
Compression:
Stored size: 501 Bytes
Contents
Feature: Configuration file scaffolding In order to setup a project easily As a developer using empezar conventions I want to have a command line tool to create a configuration file @clean Scenario: Creating a simple configuration file from a command Given I have the configuration 'to.many:values to.see.it:work i:1337' When I run `empezar` with that configuration Then I should have a 'config/main.yaml' file with """ to: many: values see: it: work i: 1337 """
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
empezar-0.4.1 | features/configuration_scaffolding.feature |
empezar-0.4.0 | features/configuration_scaffolding.feature |