From e93a6970bdce42fa7c68b5f37446f33507e6bef9 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Aug 2011 10:11:11 -0500 Subject: [PATCH] Require the ruby-openid gem as openid Fixes the errors I was seeing when trying to run the unit tests --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index fc770f2c..d8788321 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "has_many_polymorphs" gem "aasm", "2.2.0" gem "actionwebservice", :git => "git://github.com/dejan/actionwebservice.git" gem "rubycas-client" -gem "ruby-openid" +gem "ruby-openid", :require => "openid" gem "sqlite3"