summaryrefslogtreecommitdiff
path: root/spec/config/settings_spec.rb
blob: 83b2de4774187acf9dfb5c5e5c6a69b380fbb846 (plain)
1
2
3
4
5
6
7
8
9
require 'spec_helper'

describe Settings do
  describe 'omniauth' do
    it 'defaults to enabled' do
      expect(described_class.omniauth.enabled).to be true
    end
  end
end