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