Require the ruby-openid gem as openid

Fixes the errors I was seeing when trying to run the unit tests
This commit is contained in:
Matt Rogers 2011-08-18 10:11:11 -05:00
parent a999d0f4c0
commit e93a6970bd

View file

@ -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"