mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Moves omniauth/core to just plain omniauth
This commit is contained in:
parent
5733f9a8e0
commit
69177f3b10
6 changed files with 4 additions and 5 deletions
|
@ -1 +0,0 @@
|
|||
require 'omniauth/core'
|
|
@ -1,4 +1,4 @@
|
|||
require 'omniauth/core'
|
||||
require 'omniauth'
|
||||
|
||||
module OmniAuth
|
||||
class Builder < ::Rack::Builder
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require 'omniauth/core'
|
||||
require 'omniauth'
|
||||
|
||||
module OmniAuth
|
||||
class Form
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require 'omniauth/core'
|
||||
require 'omniauth'
|
||||
|
||||
module OmniAuth
|
||||
class NoSessionError < StandardError; end
|
||||
|
|
|
@ -2,7 +2,7 @@ require 'simplecov'
|
|||
SimpleCov.start
|
||||
require 'rspec'
|
||||
require 'rack/test'
|
||||
require 'omniauth/core'
|
||||
require 'omniauth'
|
||||
require 'omniauth/test'
|
||||
|
||||
RSpec.configure do |config|
|
||||
|
|
Loading…
Reference in a new issue