Sha256: c9f9e3b06f451a0b35b100b7e373f0abf6435423c9bea7eae41b2d82a842b126
Contents?: true
Size: 532 Bytes
Versions: 1
Compression:
Stored size: 532 Bytes
Contents
Feature: Use fixtures path prefix of aruba As a developer I want to use the fixtures path prefix in aruba In some API-method for using the fixtures path Background: Given I use the fixture "cli-app" Scenario: Default value Given a file named "features/support/aruba.rb" with: """ Aruba.configure do |config| puts "The prefix is \"#{config.fixtures_path_prefix}\"." end """ When I successfully run `cucumber` Then the output should contain: """ The prefix is "%". """
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aruba-0.9.0.pre | features/configuration/fixtures_path_prefix.feature |