1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
omniauth--omniauth/spec/spec_helper.rb
2011-10-30 16:04:18 -04:00

15 lines
284 B
Ruby

unless ENV['TRAVIS']
require 'simplecov'
SimpleCov.start
end
require 'rspec'
require 'rack/test'
require 'omniauth'
require 'omniauth/test'
RSpec.configure do |config|
config.include Rack::Test::Methods
config.extend OmniAuth::Test::StrategyMacros, :type => :strategy
end