Sha256: 83e7dc0c2369cc3774516ef0086c6b274ae89abc82fbe0f223f72b3c9e1659eb
Contents?: true
Size: 996 Bytes
Versions: 7
Compression:
Stored size: 996 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 Scenario: Can build a slideshow using the custom stylesheet Given a slideshow in "test_slideshow" that uses sass When I cd to "test_slideshow" And I successfully run `trickster update theme -t custom` 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
7 entries across 7 versions & 1 rubygems