Sha256: 029dcbc1687fe8c543620a1bedb85c340b81c79ef326eba923ab5a15ad312330

Contents?: true

Size: 500 Bytes

Versions: 6

Compression:

Stored size: 500 Bytes

Contents

# encoding: UTF-8
#
# Copyright (c) 2010-2015 GoodData Corporation. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

module GoodData
  module Environment
    class << self
      def load(env = ENV['GD_ENV'] || 'develop')
        require_relative 'default'
        require_relative env

        ENV['GD_SERVER'] = GoodData::Environment::ConnectionHelper::DEFAULT_SERVER
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gooddata-edge-0.6.27.edge spec/environment/environment.rb
gooddata-0.6.26 spec/environment/environment.rb
gooddata-0.6.25 spec/environment/environment.rb
gooddata-0.6.24 spec/environment/environment.rb
gooddata-0.6.23 spec/environment/environment.rb
gooddata-0.6.22 spec/environment/environment.rb