Sha256: cf69c9d74bab86253a940fdb8a07d1238f013816f0fa3a444da2cc60ab5e7c24

Contents?: true

Size: 350 Bytes

Versions: 9

Compression:

Stored size: 350 Bytes

Contents

require 'simplecov'
SimpleCov.start do
  add_filter '/spec'
  add_filter '/example'
end

require 'warden/github'
require File.expand_path('../../example/simple_app', __FILE__)
require 'rack/test'
require 'addressable/uri'
require 'webmock/rspec'

RSpec.configure do |config|
  config.include(Rack::Test::Methods)

  def app
    Example.app
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
warden-github-1.1.1 spec/spec_helper.rb
warden-github-1.1.0 spec/spec_helper.rb
warden-github-1.0.3 spec/spec_helper.rb
warden-github-1.0.2 spec/spec_helper.rb
warden-github-1.0.1 spec/spec_helper.rb
warden-github-1.0.0 spec/spec_helper.rb
warden-github-0.14.0 spec/spec_helper.rb
warden-github-0.13.2 spec/spec_helper.rb
warden-github-0.13.1 spec/spec_helper.rb