To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorFixture Path Prefix
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"
- Scenarios
-
- 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 "%".
Last published almost 6 years ago by philoserf.