Sha256: 79f187c8aacacee5020d3bd08210e313fed893818f27b697142bd3ce33e5ecf0
Contents?: true
Size: 692 Bytes
Versions: 3
Compression:
Stored size: 692 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 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
3 entries across 3 versions & 1 rubygems