Sha256: 5033e5be116bee67a625ed69b15540c89b7bfc7aa53d5474628e80a32e1ab0fe

Contents?: true

Size: 591 Bytes

Versions: 9

Compression:

Stored size: 591 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'bundler/setup'
require 'mocha_standalone'
require 'rack/test'
require 'webmock/rspec'
require 'omniauth-tent'

Dir["#{File.dirname(__FILE__)}/support/*.rb"].each { |f| require f }

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

OmniAuth.config.logger = Logger.new(File.join(File.dirname(__FILE__), '..', 'log', 'test.log'))

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
omniauth-tent-0.1.8 spec/spec_helper.rb
omniauth-tent-0.1.7 spec/spec_helper.rb
omniauth-tent-0.1.6 spec/spec_helper.rb
omniauth-tent-0.1.5 spec/spec_helper.rb
omniauth-tent-0.1.4 spec/spec_helper.rb
omniauth-tent-0.1.3 spec/spec_helper.rb
omniauth-tent-0.1.2 spec/spec_helper.rb
omniauth-tent-0.1.1 spec/spec_helper.rb
omniauth-tent-0.1.0 spec/spec_helper.rb