mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
7 lines
164 B
Ruby
7 lines
164 B
Ruby
require 'bundler/setup'
|
|
require 'rspec'
|
|
require 'omniauth/test'
|
|
|
|
RSpec.configure do |config|
|
|
config.extend OmniAuth::Test::StrategyMacros, :type => :strategy
|
|
end
|