File: spec_helper.rb

package info (click to toggle)
ruby-omniauth-oauth2-generic 0.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 172 kB
  • sloc: ruby: 267; makefile: 7; sh: 4
file content (11 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

require 'rack/test'
require 'webmock/rspec'
require 'omniauth-oauth2-generic'

RSpec.configure do |config|
  config.extend OmniAuth::Test::StrategyMacros, type: :strategy
  config.include Rack::Test::Methods
  config.include WebMock::API
end