Sha256: 917da3b87eb25ee07569534849f00268933f8ffb0f0608a7c5e44ad0bc76f99d
Contents?: true
Size: 563 Bytes
Versions: 13
Compression:
Stored size: 563 Bytes
Contents
Feature: Configuration file As a user I want to be able to specify a configuration file In order to tell twitchus where to load and store the data. Scenario: run the binary without any argumetns When I run `twitchus` Then the exit status should be 1 Scenario: pass non-existent config file When I run `twitchus -c foo.yml` Then the exit status should be 1 Scenario: pass an existing file Given a file named "config.yml" with: """ foo """ When I run `twitchus -c config.yml` Then the exit status should be 0
Version data entries
13 entries across 13 versions & 1 rubygems