Sha256: ca0550863dbb6f12ec47b619d60543bb9f31e525657aca8b3833e3128821bf75
Contents?: true
Size: 497 Bytes
Versions: 3
Compression:
Stored size: 497 Bytes
Contents
require 'simplecov' require 'simplecov-rcov' SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter SimpleCov.start $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $:.unshift(File.dirname(__FILE__)) require 'rack/test' require 'omniauth-exvo' Dir[File.expand_path('../support/**/*', __FILE__)].each { |f| require f } RSpec.configure do |config| config.mock_with :rspec config.include Rack::Test::Methods config.extend OmniAuth::Test::StrategyMacros, :type => :strategy end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
omniauth-exvo-0.0.3 | spec/spec_helper.rb |
omniauth-exvo-0.0.2 | spec/spec_helper.rb |
omniauth-exvo-0.0.1 | spec/spec_helper.rb |