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 collaboratorChange User State
As an
I want to
So that
- Background
-
- Given
-
the following existing users:
First Name Last Name Email Address Role Group State Homer Simpson [email protected] administrator auto.Set user state/Group 1 active Maggie Simpson [email protected] student auto.Set user state/Group 1 active March Simpson [email protected] teacher auto.Set user state/Group 1 inactive
- Scenarios
-
- Set user state
-
- Given
- I have logged in as an administrator
- When
- I change the state of user "name" from "current_state" to "new_state"
- Then
- the user "name" should "action"
Examples: name current_state new_state action Maggie Simpson active inactive not be able to login to the app? March Simpson inactive active be able to login to the app?
Last published over 5 years ago by Willy De la Cruz Sierra.