Sha256: dc967f141d23e412bdbcb9060ff2d14fc0fcc443b05063c410acccfe5a866663
Contents?: true
Size: 705 Bytes
Versions: 2
Compression:
Stored size: 705 Bytes
Contents
Feature: Use root directory of aruba As a developer I want to use the root directory of aruba In order to use it elsewhere Background: Given I use the fixture "cli-app" Scenario: Default configuration Given a file named "features/support/aruba_config.rb" with: """ Aruba.configure do |config| puts config.root_directory end """ When I successfully run `cucumber` Then the output should contain: """ tmp/aruba """ Scenario: Modify value (deprecated) Given a file named "features/support/aruba.rb" with: """ Aruba.configure do |config| config.root_directory = '/tmp/' end """ Then I successfully run `cucumber`
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aruba-0.14.14 | features/02_configure_aruba/root_directory.feature |
aruba-0.14.13 | features/02_configure_aruba/root_directory.feature |