E5DB Test your code · ruby-oauth/oauth2 Wiki · GitHub
[go: up one dir, main page]

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 git@github.com:oauth-xx/oauth2.git
cd oauth2
  1. Bundle
bundle install
  1. Rake to run the tests
bundle exec rake
Clone this wiki locally
0