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 collaborator--configure option
Use the --configure option on the command line to generate configuration
files.
The only supported argument, so far, is "autotest", which creates a .rspec
file in your project root directory. When autotest sees this file, it knows
to load RSpec's Autotest subclass.
- Scenarios
-
- generate .rspec file for autotest
-
- When
-
I run
rspec --configure autotest
- Then
-
the following files should exist:
.rspec - And
- the output should contain ".rspec file did not exist, so it was created."
- .rspec file already exists
-
- Given
-
a file named ".rspec" with:
--color
- When
-
I run
rspec --configure autotest
- Then
- the output should contain ".rspec file already exists, so nothing was changed."
Last published over 7 years ago by .