Sha256: de66916c93d2e441dc8b5c368ca5c6fd0c3db583ca374574a2b6d937cd94b266
Contents?: true
Size: 702 Bytes
Versions: 12
Compression:
Stored size: 702 Bytes
Contents
#!/usr/bin/env cucumber Feature: File tasks Scenario: running -T When I run "./examples/file.rb -T" Then it should not show "tmp/www" And it should show "tmp/restart.txt" Scenario: using directory helper When I run "./examples/file.rb tmp/www" Then it should create "tmp/www" And it should succeed Scenario: using file helper When I run "./examples/file.rb tmp/restart.txt" Then it should create "tmp/restart.txt" And it should succeed Scenario: using file helper when the target file already exist Given this is pending Scenario: using file helper when the target file already exist but is older than its dependencies Given this is pending
Version data entries
12 entries across 12 versions & 2 rubygems