ruby on rails - Unit testing an OpenID server -


i'm working on authentication system derived of openid.
work in ruby , use ruby-openid library.

currently, tests, use fakeweb fake openid consumer , server , check works well. don't way it. , i'm sure there'd better way so.

so question : has written tests openid server? have used ?

they're not yet available offline, great battery of tests both providers , relying parties exist @ http://test-id.org. openid foundation sponsored development of many of these tests. test interop , security.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -