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