Sha256: 45f1b624546612e8bcaaf717cfbc0bc7be3c53a78e7ac8947cb57ed58dad6055
Contents?: true
Size: 998 Bytes
Versions: 12
Compression:
Stored size: 998 Bytes
Contents
Feature: Configuration As a presentator I want to a list of configuration options In order to use it Background: Given a user config file for middleman-presentation with: """ slides_ignore_file: '.ignore' """ Scenario: Show config When I successfully run `middleman-presentation show config` Then the output should contain: """ .ignore """ Scenario: Show config with default values When I successfully run `middleman-presentation show config --defaults` Then the output should contain: """ .slidesignore """ Scenario: Merge configuration Given I use presentation fixture "simple1" with title "My Presentation" And a presentation config file for middleman-presentation with: """ bower_directory: blub/asdf """ When I successfully run `middleman-presentation show config` Then the output should contain: """ .ignore """ And the output should contain: """ blub/asdf """
Version data entries
12 entries across 12 versions & 1 rubygems