File: test.rb

package info (click to toggle)
ruby-omniauth 1.3.1-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 324 kB
  • sloc: ruby: 1,896; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
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