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 collaboratorSpecs pass
- Background
-
- Given
- I set up devise-specs
- Scenarios
-
- specs pass with Factory Bot installed
-
- Given
- I install factory_bot_rails
- And
-
I run
bin/rails generate devise Member
- And
- I set up devise
- When
-
I run
bundle exec rspec spec/features
- Then
- the examples should all pass
- specs pass with Fabrication installed
-
- Given
- I install fabrication
- And
-
I run
bin/rails generate devise Member
- And
- I set up devise
- When
-
I run
bundle exec rspec spec/features
- Then
- the examples should all pass
Last published 10 months ago by andrii.