Sha256: 82d0b191e1b699c68cc08b1113f64124af9e40defc1f3d3ba4e2551201fe7e7f
Contents?: true
Size: 662 Bytes
Versions: 12
Compression:
Stored size: 662 Bytes
Contents
Feature: Display metadata in footer As a presentator I want to display metadata on the first slide and in the footer In order to show them to the audience Background: Given I use presentation fixture "simple1" with title "My Presentation" Scenario: Display only requested fields Given a presentation config file for middleman-presentation with: """ speaker: Max Mustermann date: 2014-05-01 metadata_footer: - speaker metadata_headline: [] """ Given the Server is running And I go to "/" Then I should see: """ Max Mustermann """ Then I should not see: """ 2014-05-01 """
Version data entries
12 entries across 12 versions & 1 rubygems