mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
6 lines
147 B
Ruby
6 lines
147 B
Ruby
require 'bundler/setup'
|
|
require 'rspec'
|
|
Dir[File.expand_path('../support/**/*', __FILE__)].each { |f| require f }
|
|
|
|
RSpec.configure do |config|
|
|
end
|