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

Version Path
nake-0.1.1 features/file.feature
nake-0.1 features/file.feature
nake-0.0.9.5 features/file.feature
nake-0.0.9.4 features/file.feature
nake-0.0.9.3 features/file.feature
nake-0.0.9.2 features/file.feature
nake-0.0.9.pre features/file.feature
do_riak-0.10.1.pre gems/gems/nake-0.0.8/features/file.feature
nake-0.0.8.pre features/file.feature
nake-0.0.8 features/file.feature
nake-0.0.7 features/file.feature
nake-0.0.6 features/file.feature