Class: ExceptionHandling::Testing::LoggingMethodsControllerStub

Inherits:
ControllerStubBase show all
Includes:
LoggingMethods
Defined in:
lib/exception_handling/testing.rb

Instance Attribute Summary

Attributes inherited from ControllerStubBase

#request, #session

Instance Method Summary collapse

Methods inherited from ControllerStubBase

#action_name, around_filter, #complete_request_uri, #initialize

Constructor Details

This class inherits a constructor from ExceptionHandling::Testing::ControllerStubBase

Instance Method Details

#controller_nameObject



59
60
61
# File 'lib/exception_handling/testing.rb', line 59

def controller_name
  "LoggingMethodsControllerStub"
end