mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
10 lines
216 B
Ruby
10 lines
216 B
Ruby
|
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
||
|
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||
|
require 'rack-oauthable'
|
||
|
require 'spec'
|
||
|
require 'spec/autorun'
|
||
|
|
||
|
Spec::Runner.configure do |config|
|
||
|
|
||
|
end
|