diff options
Diffstat (limited to 'actionwebservice/test')
-rw-r--r-- | actionwebservice/test/abstract_dispatcher.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionwebservice/test/abstract_dispatcher.rb b/actionwebservice/test/abstract_dispatcher.rb index e9b8edde9d..8d7c98a916 100644 --- a/actionwebservice/test/abstract_dispatcher.rb +++ b/actionwebservice/test/abstract_dispatcher.rb @@ -161,7 +161,7 @@ module DispatcherTest class AbstractController < ActionController::Base def generate_wsdl - @request ||= ::ActionController::TestRequest.new + self.request ||= ::ActionController::TestRequest.new to_wsdl end end |