Sha256: 583ac8aaa9eac4b037f6f99be71675f40251098a9f528e4ff140fe3d72229f77

Contents?: true

Size: 636 Bytes

Versions: 1

Compression:

Stored size: 636 Bytes

Contents

Feature: I can build my slideshow
  In order to view my slideshow
  I must build it from the presentation source
  so I have the HTML good to go.

  Scenario: Can build a slidehsow
    Given a slideshow in "test_slideshow"
    When I cd to "test_slideshow"
    And I successfully run `trickster build`
    Then a file named "index.html" should exist

  Scenario: Can build a slideshow that uses sass
    Given a slideshow in "test_slideshow" that uses sass
    When I cd to "test_slideshow"
    And I successfully run `trickster build`
    Then a file named "index.html" should exist
    And a file named "css/styles.css" should exist

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trickster-0.0.5 features/build.feature