Sha256: ba2afc14d7c474aa82fb2b6b07f7834dbc9306b5fe4ca1d1106e04ac32ffaa04

Contents?: true

Size: 675 Bytes

Versions: 12

Compression:

Stored size: 675 Bytes

Contents

$LOAD_PATH.unshift File.expand_path("..", __FILE__)
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)

if RUBY_VERSION >= "1.9"
  require "simplecov"
  require "coveralls"

  SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]

  SimpleCov.start do
    minimum_coverage(78.48)
  end
end

require "rspec"
require "rack/test"
require "webmock/rspec"
require "omniauth"
require "omniauth-oauth2"

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

Version data entries

12 entries across 12 versions & 4 rubygems

Version Path
omniauth-oauth2-1.7.1 spec/helper.rb
omniauth-oauth2-1.7.0 spec/helper.rb
omniauth-oauth2-1.6.0 spec/helper.rb
omniauth-ynab-0.0.3 spec/helper.rb
omniauth-ynab-0.0.1 spec/helper.rb
omniauth-oauth2-1.5.0 spec/helper.rb
peentar-omniauth-oauth2-1.4.1 spec/helper.rb
peentar-omniauth-oauth2-1.4.0 spec/helper.rb
ciscospark-ruby-0.2.1 spec/helper.rb
omniauth-oauth2-1.4.0 spec/helper.rb
omniauth-oauth2-1.3.1 spec/helper.rb
omniauth-oauth2-1.3.0 spec/helper.rb