Sha256: 98e9c9e41d0976a9acfefba317bcb8113521f051f1d8e915202bc1a1e3833b73

Contents?: true

Size: 634 Bytes

Versions: 4

Compression:

Stored size: 634 Bytes

Contents

Feature: Show available default css classes

  As a presentator
  I want to get a list of css classess which are used in default templates
  In order to know what needs to be defined

  Background:
    Given a mocked home directory
    And git is configured with username "User" and email-address "email@example.com"

  Scenario: Available css classes
    Given I successfully run `middleman-presentation show style`
    Then the output should contain:
    """
    Available css classes in templates used by middleman-presentation:
    """
    And the output should contain:
    """
    mp-external-url: "999981.html.erb.tt"
    """

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
middleman-presentation-0.15.8 features/show_style-cli.feature
middleman-presentation-0.15.7 features/show_style-cli.feature
middleman-presentation-0.15.6 features/show_style-cli.feature
middleman-presentation-0.15.5 features/show_style-cli.feature