Sha256: 05c3128d523ef105bb0955cdb19b7e218a0a9eb4e58dafb270a7cb80ba345f1c

Contents?: true

Size: 404 Bytes

Versions: 8

Compression:

Stored size: 404 Bytes

Contents

$:.unshift File.expand_path('..', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)
require 'simplecov'
SimpleCov.start
require 'rspec'
require 'rack/test'
require 'webmock/rspec'
require 'omniauth'
require 'omniauth-oauth'

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

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
omniauth-jira-0.2.0 spec/spec_helper.rb
omniauth-jira-0.1.0 spec/spec_helper.rb
omniauth-oauth-1.0.1 spec/spec_helper.rb
omniauth-oauth-1.0.0 spec/spec_helper.rb
omniauth-oauth-1.0.0.rc2 spec/spec_helper.rb
omniauth-oauth-1.0.0.rc1 spec/spec_helper.rb
omniauth-oauth-1.0.0.beta1 spec/spec_helper.rb
omniauth-oauth-1.0.0.pr2 spec/spec_helper.rb