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

17 lines
320 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'))
2010-03-30 16:26:26 -04:00
require 'rubygems'
require 'omni_auth'
2010-03-25 19:37:03 -04:00
require 'spec'
require 'spec/autorun'
2010-03-30 16:26:26 -04:00
require 'rack/test'
require 'webmock/rspec'
include Rack::Test::Methods
include WebMock
2010-03-25 19:37:03 -04:00
Spec::Runner.configure do |config|
end