Sha256: ea7ccf8be49473075be819a9c1f1872a31be308b4e7f706f177aaff16fc79520
Contents?: true
Size: 662 Bytes
Versions: 12
Compression:
Stored size: 662 Bytes
Contents
Feature: Display metadata in headline As a presentator I want to display metadata in the headline of the first slide 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: [] metadata_headline: - speaker """ 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