test/libs/rails_trickery.rb in authlogic_rpx-1.0.4 vs test/libs/rails_trickery.rb in authlogic_rpx-1.1.0

- old
+ new

@@ -1,11 +1,11 @@ # The only reason I am doing all of this non sense is becuase the openid_authentication requires that # these constants be present. The only other alternative is to use an entire rails application for testing # which is a little too overboard for this, I think. -RAILS_ROOT = '' +#RAILS_ROOT = '' -class ActionController < Authlogic::TestCase::MockController +class ActionControllerEx < Authlogic::TestCase::MockController class Request < Authlogic::TestCase::MockRequest def request_method "" end end \ No newline at end of file