Sha256: 8ee622a909f71659a301a4edee2bef147e6269284c9c4b1722f5cdb138f488f4

Contents?: true

Size: 543 Bytes

Versions: 5

Compression:

Stored size: 543 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_config.rb" with:
    """ruby
    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.14.14 features/02_configure_aruba/fixtures_path_prefix.feature
aruba-0.14.13 features/02_configure_aruba/fixtures_path_prefix.feature
aruba-0.14.12 features/02_configure_aruba/fixtures_path_prefix.feature
aruba-0.14.11 features/02_configure_aruba/fixtures_path_prefix.feature
aruba-0.14.10 features/02_configure_aruba/fixtures_path_prefix.feature