Skip to content

Commit

Permalink
📝 Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Sep 25, 2024
1 parent 997fc94 commit 8ad574f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@ Ruby OpenID Test Server (ROTS) is a dummy OpenID server that makes consumer test
ROTS is a minimal implementation of an OpenID server, developed on top of the Rack middleware, this
server provides an easy to use interface to make testing OpenID consumers really easy.

## Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add rots

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install rots

## No more mocks

Have you always wanted to test the authentication of an OpenID consumer implementation, but find your self
Expand Down

0 comments on commit 8ad574f

Please sign in to comment.