Sha256: 14a5145b58b2cc28eb336d290bbcdcc17d3139ddb4cf3a6c8d1e5aa9b920590f
Contents?: true
Size: 536 Bytes
Versions: 26
Compression:
Stored size: 536 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: """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
26 entries across 26 versions & 2 rubygems