Sha256: 781d4d9488350b16141d81b28395a4b4103cc1249f536ca21b9f36c06ad64f14
Contents?: true
Size: 697 Bytes
Versions: 4
Compression:
Stored size: 697 Bytes
Contents
Feature: Configuration As a presentator I want to a list of configuration options In order to use it Background: Given a mocked home directory And git is configured with username "User" and email-address "email@example.com" And 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 """
Version data entries
4 entries across 4 versions & 1 rubygems