Sha256: ad8ce1ae73d5d4879ff1b7aef4d47d02c41bc3666a75bdb1f49256c4eb5507f0

Contents?: true

Size: 404 Bytes

Versions: 20

Compression:

Stored size: 404 Bytes

Contents

lib = File.expand_path('../../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'simplecov'
require 'coveralls'
require 'minitest/autorun'
require 'mocha/minitest'
require 'faker'
require 'active_support'
require 'omniauth_openid_connect'
require_relative 'strategy_test_case'

SimpleCov.command_name 'test'
SimpleCov.start
Coveralls.wear!
OmniAuth.config.test_mode = true

Version data entries

20 entries across 20 versions & 4 rubygems

Version Path
gitlab-omniauth-openid-connect-0.10.0 test/test_helper.rb
omniauth_openid_connect-0.4.0 test/test_helper.rb
gitlab-omniauth-openid-connect-0.9.1 test/test_helper.rb
gitlab-omniauth-openid-connect-0.9.0 test/test_helper.rb
omniauth-oauth_oidc-0.0.3 test/test_helper.rb
omniauth-oauth_oidc-0.0.2 test/test_helper.rb
omniauth-oauth_oidc-0.0.1 test/test_helper.rb
omniauth_openid_connect_test-0.3.6 test/test_helper.rb
gitlab-omniauth-openid-connect-0.8.0 test/test_helper.rb
gitlab-omniauth-openid-connect-0.7.0 test/test_helper.rb
gitlab-omniauth-openid-connect-0.6.0 test/test_helper.rb
gitlab-omniauth-openid-connect-0.5.0 test/test_helper.rb
gitlab-omniauth-openid-connect-0.4.0 test/test_helper.rb
omniauth_openid_connect-0.3.5 test/test_helper.rb
omniauth_openid_connect-0.3.4 test/test_helper.rb
omniauth_openid_connect-0.3.3 test/test_helper.rb
omniauth_openid_connect-0.3.2 test/test_helper.rb
omniauth_openid_connect-0.3.1 test/test_helper.rb
omniauth_openid_connect-0.3.0 test/test_helper.rb
omniauth_openid_connect-0.2.4 test/test_helper.rb