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 collaboratorconfigure
Use the --configure option on the command line to generate configuration
files.
The only supported argument, so far, is "autotest", which creates an
autotest/discover.rb file in your project root directory.
- Background
-
- Given
- a directory named "rspec_project"
- Scenarios
-
- generate autotest directory and discover file
-
- When
- I cd to "rspec_project"
- And
- I run "rspec --configure autotest"
- Then
-
the following directories should exist:
autotest - And
-
the following files should exist:
autotest/discover.rb - And
- the file "autotest/discover.rb" should contain "Autotest.add_discovery"
- And
- the stdout should contain "autotest/discover.rb has been added"
Last published over 7 years ago by .