Sha256: 04200daaef66b720bd34b28c2756da74f319327816ff16b6b61de4ed4e4c2643

Contents?: true

Size: 408 Bytes

Versions: 19

Compression:

Stored size: 408 Bytes

Contents

require "bundler/setup"

$:.push File.join(File.dirname(__FILE__), '..', 'lib')

require 'pp'
require 'rack/test'
require 'ruby-debug'

require 'rack/test'

require 'sinatra/auth/github'
require 'sinatra/auth/github/test/test_helper'

require 'app'

RSpec.configure do |config|
  config.include(Rack::Test::Methods)
  config.include(Sinatra::Auth::Github::Test::Helper)

  def app
    Example::App
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
sinatra_auth_github-0.13.3 spec/spec_helper.rb
sinatra_auth_github-0.13.2 spec/spec_helper.rb
sinatra_auth_github-0.13.1 spec/spec_helper.rb
sinatra_auth_github-0.12.1 spec/spec_helper.rb
sinatra_auth_github-0.12.0 spec/spec_helper.rb
sinatra_auth_github-0.11.0 spec/spec_helper.rb
sinatra_auth_github-0.10.1 spec/spec_helper.rb
sinatra_auth_github-0.10.0 spec/spec_helper.rb
sinatra_auth_github-0.9.0 spec/spec_helper.rb
sinatra_auth_github-0.8.2 spec/spec_helper.rb
sinatra_auth_github-0.8.1 spec/spec_helper.rb
sinatra_auth_github-0.8.0 spec/spec_helper.rb
sinatra_auth_github-0.7.0 spec/spec_helper.rb
sinatra_auth_github-0.6.0 spec/spec_helper.rb
sinatra_auth_github-0.5.5 spec/spec_helper.rb
sinatra_auth_github-0.5.4 spec/spec_helper.rb
sinatra_auth_github-0.5.3 spec/spec_helper.rb
sinatra_auth_github-0.5.2 spec/spec_helper.rb
sinatra_auth_github-0.5.1 spec/spec_helper.rb