Sha256: f223e3c3fd34cd034002f5bd848a5c582120f43445ffd37b95daaf0ae7a0d943
Contents?: true
Size: 313 Bytes
Versions: 12
Compression:
Stored size: 313 Bytes
Contents
#!/usr/bin/env cucumber Feature: Task arguments Scenario: explicit arguments When I run "./examples/task_arguments.rb greet jakub" Then it should succeed with "Hi jakub!" Scenario: default arguments When I run "./examples/task_arguments.rb greet" Then it should succeed with "Hi botanicus!"
Version data entries
12 entries across 12 versions & 2 rubygems