Sha256: de496ab6ce3e3fd7efb09e14fbb3b9918cd2b6c5e064496e1f64e4701757faff

Contents?: true

Size: 448 Bytes

Versions: 12

Compression:

Stored size: 448 Bytes

Contents

#!/usr/bin/env cucumber

Feature: Invoking tasks
  Scenario: without arguments
    When I run "./examples/invoking.rb foo"
    Then it should show "Arguments: []"
    And it should show "Options: {}"
    And it should suceed

  Scenario: with arguments
    When I run "./examples/invoking.rb foo bar a b --name=botanicus"
    Then it should show "Arguments: ["a", "b"]"
    And it should show "Options: {:name=>botanicus}"
    And it should suceed

Version data entries

12 entries across 12 versions & 2 rubygems

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