Sha256: 23e7974390e73dc3c17d7fafea26249e4dcb9bcd70f3b3b8c211ba8e439ff924
Contents?: true
Size: 719 Bytes
Versions: 7
Compression:
Stored size: 719 Bytes
Contents
Feature: Overview of steps Given you're a system administrator Who would like to use `aruba` But didn't know which steps are available Scenario: Use cucumber output formatter Given I use a fixture named "cli-app" And a file named "features/run.feature" with: """ Feature: Run it Scenario: Run command Given a directory named "features" And a file named "features/support/env.rb" with: \"\"\" require 'aruba/cucumber' \"\"\" When I run `cucumber --format stepdefs` Then the output should contain: \"\"\" NOT MATCHED BY ANY STEPS \"\"\" """ When I run `cucumber` Then the features should all pass
Version data entries
7 entries across 7 versions & 1 rubygems