Sha256: f9ba873da8fb0b15082be852ff9642b0300dc267c25a61ea61aec91d86cde751

Contents?: true

Size: 565 Bytes

Versions: 5

Compression:

Stored size: 565 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"
    And the default feature-test

  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

5 entries across 5 versions & 1 rubygems

Version Path
aruba-0.8.1 features/configuration/fixtures_path_prefix.feature
aruba-0.8.0 features/configuration/fixtures_path_prefix.feature
aruba-0.8.0.pre3 features/configuration/fixtures_path_prefix.feature
aruba-0.8.0.pre2 features/configuration/fixtures_path_prefix.feature
aruba-0.8.0.pre features/configuration/fixtures_path_prefix.feature