-
-
Notifications
You must be signed in to change notification settings - Fork 621
Test your code
Peter Boling edited this page Jan 19, 2018
·
1 revision
Contributions to oauth2 must be well tested. This gem is used by many as a core part of architecture, and must therefore be risk averse.
- Checkout the project
git clone git@github.com:oauth-xx/oauth2.git
cd oauth2
- Bundle
bundle install
- Rake to run the tests
bundle exec rake