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 collaboratorSystem generator spec
- Scenarios
-
- System generator
-
- When
-
I run
bundle exec rails generate rspec:system posts
- Then
- the features should pass
- Then
-
the output should contain:
create spec/system/posts_spec.rb
- System generator with customized `default-path`
-
- Given
-
a file named ".rspec" with:
--default-path behaviour
- And
-
I run
bundle exec rails generate rspec:system posts
- Then
- the features should pass
- Then
-
the output should contain:
create behaviour/system/posts_spec.rb
Last published 4 months ago by Jon Rowe.