Welcome to mirror list, hosted at ThFree Co, Russian Federation.

spec_helper.rb « spec « omniauth-gitlab « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38553547e98b29f93623497cdedde5bb7c929a54 (plain)
1
2
3
4
5
6
7
8
$LOAD_PATH.unshift File.expand_path('..', __FILE__)
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'simplecov'
SimpleCov.start
require 'rspec'
require 'rspec/its'
require 'omniauth'
require 'omniauth-gitlab'