Sha256: aa005094a2b33ad466d4463dbc9e3abcacab04c975f9d970ff87708fef48b958
Contents?: true
Size: 718 Bytes
Versions: 5
Compression:
Stored size: 718 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" And the default feature-test Scenario: Default configuration Given a file named "features/support/aruba.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 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
5 entries across 5 versions & 1 rubygems