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

Commit

Permalink
require SSO by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Francl committed Sep 24, 2013
1 parent 08822cb commit 2f21d4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/swiftype.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'swiftype/client'
require 'swiftype/sso'

module Swiftype
extend Swiftype::Configuration
Expand Down
1 change: 0 additions & 1 deletion spec/sso_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'spec_helper'
require 'swiftype/sso'

describe Swiftype::SSO do
let(:user_id) { '5064a7de2ed960e715000276' }
Expand Down

0 comments on commit 2f21d4f

Please sign in to comment.