settings_spec.rb 177 Bytes
Newer Older
Nick Thomas's avatar
Nick Thomas committed
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