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 collaboratorJob generator spec
- Scenarios
-
- Job generator
-
- When
-
I run
bundle exec rails generate job user
- Then
- the features should pass
- Then
-
the output should contain:
invoke rspec create spec/jobs/user_job_spec.rb create app/jobs/user_job.rb
- Job generator with customized `default-path`
-
- Given
-
a file named ".rspec" with:
--default-path behaviour
- And
-
I run
bundle exec rails generate job user
- Then
- the features should pass
- Then
-
the output should contain:
invoke rspec create behaviour/jobs/user_job_spec.rb create app/jobs/user_job.rb
Last published 4 months ago by Jon Rowe.