Sha256: 86cc7a0cef17a19b9e355bab0b00e8f88932722d54efe12b94c29e82a4985ab9

Contents?: true

Size: 527 Bytes

Versions: 12

Compression:

Stored size: 527 Bytes

Contents

#!/usr/bin/env cucumber

Feature: Task dependencies
  # it should show dependencies as well
  Scenario: inspecting with -T
    Given this is pending

  Scenario: Invoking task with dependencies which doesn't run yet
    When I run "./examples/dependencies.rb greet3"
    Then it should show "~ Invoking task greet1"
    And it should show "~ Invoking task greet2"
    And it should show "~ Invoking task greet3"
    And it should succeed

  Scenario: Invoking task with dependencies which already run
    Given this is pending

Version data entries

12 entries across 12 versions & 2 rubygems

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