We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997fc94 commit 8ad574fCopy full SHA for 8ad574f
README.md
@@ -65,6 +65,16 @@ Ruby OpenID Test Server (ROTS) is a dummy OpenID server that makes consumer test
65
ROTS is a minimal implementation of an OpenID server, developed on top of the Rack middleware, this
66
server provides an easy to use interface to make testing OpenID consumers really easy.
67
68
+## Installation
69
+
70
+Install the gem and add to the application's Gemfile by executing:
71
72
+ $ bundle add rots
73
74
+If bundler is not being used to manage dependencies, install the gem by executing:
75
76
+ $ gem install rots
77
78
## No more mocks
79
80
Have you always wanted to test the authentication of an OpenID consumer implementation, but find your self
0 commit comments