Mercurial > hg > soundsoftware-site
annotate vendor/plugins/open_id_authentication/test/test_helper.rb @ 299:defe55be97b9 feature_73
Do not show external checkbox/field until the repo has been automatically populated
Pull external Hg as well as git and svn repos
Some textual changes
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 24 Mar 2011 15:48:36 +0000 |
parents | 513646585e45 |
children |
rev | line source |
---|---|
Chris@0 | 1 require 'test/unit' |
Chris@0 | 2 require 'rubygems' |
Chris@0 | 3 |
Chris@0 | 4 gem 'activesupport' |
Chris@0 | 5 require 'active_support' |
Chris@0 | 6 |
Chris@0 | 7 gem 'actionpack' |
Chris@0 | 8 require 'action_controller' |
Chris@0 | 9 |
Chris@0 | 10 gem 'mocha' |
Chris@0 | 11 require 'mocha' |
Chris@0 | 12 |
Chris@0 | 13 gem 'ruby-openid' |
Chris@0 | 14 require 'openid' |
Chris@0 | 15 |
Chris@0 | 16 RAILS_ROOT = File.dirname(__FILE__) unless defined? RAILS_ROOT |
Chris@0 | 17 require File.dirname(__FILE__) + "/../lib/open_id_authentication" |