Sha256: a2d0fc3b21e8fe2e3d0b47dc0947eb61e367b26402d7cc59fcb6dbe666376d5a
Contents?: true
Size: 468 Bytes
Versions: 7
Compression:
Stored size: 468 Bytes
Contents
Feature: Run commands There are several steps to run commands with `aruba`. Background: Given I use a fixture named "cli-app" Scenario: Run command found in path Given an executable named "bin/cli" with: """ #!/bin/bash exit 0 """ And a file named "features/run.feature" with: """ Feature: Run it Scenario: Run command When I run `cli` """ When I run `cucumber` Then the features should all pass
Version data entries
7 entries across 7 versions & 1 rubygems