it 'returns fallback value if the setting is inactive' do 
      Setting.create(:key => 'EVENTS', :value => 10, :category => 'Person', :status => 'Inactive', :name => 'upcoming_events_count')       
      expect(Setting.get_integer('EVENTS', 5)).to eq 5