spec/lib/gdk/config_spec.rb [1488:1499]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            end

            context 'when config.gitlab.rails.multiple_databases is true' do
              before do
                yaml['gitlab'] = {
                  'rails' => {
                    'multiple_databases' => true
                  }
                }
              end

              it 'is enabled' do
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/gdk/config_spec.rb [1614:1625]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            end

            context 'when config.gitlab.rails.multiple_databases is true' do
              before do
                yaml['gitlab'] = {
                  'rails' => {
                    'multiple_databases' => true
                  }
                }
              end

              it 'is enabled' do
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



