Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 2f21d4f

Browse files
author
Luke Francl
committed
require SSO by default
1 parent 08822cb commit 2f21d4f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/swiftype.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'swiftype/client'
2+
require 'swiftype/sso'
23

34
module Swiftype
45
extend Swiftype::Configuration

spec/sso_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require 'spec_helper'
2-
require 'swiftype/sso'
32

43
describe Swiftype::SSO do
54
let(:user_id) { '5064a7de2ed960e715000276' }

0 commit comments

Comments
 (0)