]> git.openstreetmap.org Git - rails.git/commit
Add test for OpenID login and signup
authorKai Krueger <kakrueger@gmail.com>
Sun, 2 May 2010 10:04:51 +0000 (11:04 +0100)
committerKai Krueger <kakrueger@gmail.com>
Sun, 2 May 2010 10:04:51 +0000 (11:04 +0100)
commit92af0eccd59af0138b161f0aa841576221a40428
treef01ddc3ad6c07def339d913dcee904853ad102be
parent9faf30fb45234c84c1e9829c1842fa259cc61207
Add test for OpenID login and signup

The tests need the ROTS (Ruby OpenID Test Server) running.
ROTS can be found at http://github.com/roman/rots
If ROTS is not running, there will be 4 failed test cases, but otherwise
things should work
test/fixtures/users.yml
test/integration/user_creation_test.rb
test/integration/user_login_test.rb [new file with mode: 0644]
test/test_helper.rb