Sha256: be0f28711c6ee1e853918b24c054fe1583f307d84fe3fa79a348c907fdcce2f4

Contents?: true

Size: 518 Bytes

Versions: 4

Compression:

Stored size: 518 Bytes

Contents

$:.unshift File.expand_path '..', __FILE__
$:.unshift File.expand_path '../../lib', __FILE__

Dir[File.expand_path('../support/**/*', __FILE__)].each { |f| require f }

require 'omniauth'
require 'omniauth-chef-oauth2'
require 'rack/test'
require 'rspec'

RSpec.configure do |configuration|
  configuration.extend OmniAuth::Test::StrategyMacros, type: :strategy
  configuration.include Rack::Test::Methods

  configuration.expect_with :rspec do |rspec_configuration|
    rspec_configuration.syntax = :expect
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omniauth-chef-oauth2-1.1.0 spec/spec_helper.rb
omniauth-chef-oauth2-1.0.3 spec/spec_helper.rb
omniauth-chef-oauth2-1.0.2 spec/spec_helper.rb
omniauth-chef-oauth2-1.0.0 spec/spec_helper.rb