Skip to content
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.

  1. Checkout the project
git clone [email protected]:oauth-xx/oauth2.git
cd oauth2
  1. Bundle
bundle install
  1. Rake to run the tests
bundle exec rake
Clone this wiki locally