# File lib/omniauth/strategy.rb, line 260 def mock_call!(*) return mock_request_call if on_request_path? return mock_callback_call if on_callback_path? call_app! end