Sha256: 1a65c46a59562dc0aab9b7d7e243fd622a4f59ceed828798a6236b43f8759c9e
Contents?: true
Size: 685 Bytes
Versions: 27
Compression:
Stored size: 685 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.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
27 entries across 27 versions & 2 rubygems