mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
9 lines
278 B
Ruby
9 lines
278 B
Ruby
|
module OmniAuth
|
||
|
# Support for testing OmniAuth strategies.
|
||
|
module Test
|
||
|
autoload :PhonySession, 'omniauth/test/phony_session'
|
||
|
autoload :StrategyMacros, 'omniauth/test/strategy_macros'
|
||
|
autoload :StrategyTestCase, 'omniauth/test/strategy_test_case'
|
||
|
end
|
||
|
end
|