To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 00 / 0065f42c8aab54558480736376f69f7b72cabc58.svn-base @ 1298:4f746d8966dd

History | View | Annotate | Download (326 Bytes)

1
require 'test/unit'
2
require 'rubygems'
3

    
4
gem 'activesupport'
5
require 'active_support'
6

    
7
gem 'actionpack'
8
require 'action_controller'
9

    
10
gem 'mocha'
11
require 'mocha'
12

    
13
gem 'ruby-openid'
14
require 'openid'
15

    
16
RAILS_ROOT = File.dirname(__FILE__) unless defined? RAILS_ROOT
17
require File.dirname(__FILE__) + "/../lib/open_id_authentication"