1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
omniauth--omniauth/spec/spec_helper.rb

10 lines
216 B
Ruby
Raw Normal View History

2010-03-25 19:37:03 -04:00
$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