rake cucumber:ok
Read this
$ git flow feature start my_feature
[Develop your feature...]
$ rake cucumber:ok
ONLY if all tests are OK, do the following:
- Push your feature on github:
git push origin feature/my_feature
- Deliver the ticket on our pivotal tracker
- Open a pull request (To the develop branch PLEASE)
- Your feature should contain tests associated with it, if not the pull request will be refused (except if it's just some style change)
- Cucumber: Read this and this
- Devise: Github repository
Improve this readme
curl -X POST \
-H "Accept: application/json" \
-d 'user[email]=some_email@gmail.com&user[password]=toto42' \
http://localhost:3000/users/sign_in
{"response":"ok","id":1,"nickname":"dimitri.jorge","first_name":"Dimitri","last_name":"Jorge","email":"some_email@gmail.com","auth_token":"sYpP3xEY6SvxxEeBZ8Ee"}