Sha256: 652c9ca70ad311b1031c036565b05bdc4e72bbae26732075a8aa44cfb52769d7
Contents?: true
Size: 491 Bytes
Versions: 25
Compression:
Stored size: 491 Bytes
Contents
Feature: Build Clean Scenario: Build and Clean an app Given app "clean-app" is using config "empty" And a built app at "clean-app" And app "clean-app" is using config "complications" And a built app at "clean-app" with flags "--clean" Then "should_be_ignored.html" should not exist at "clean-app" And "should_be_ignored2.html" should not exist at "clean-app" And "should_be_ignored3.html" should not exist at "clean-app" And cleanup built app at "clean-app"
Version data entries
25 entries across 25 versions & 1 rubygems