Sha256: d6b2105a5ca6000837bb5456848f181e56cd3841e224b466bc7de127d0925ff5

Contents?: true

Size: 647 Bytes

Versions: 3

Compression:

Stored size: 647 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
    module ConnectionHelper
      DEFAULT_SERVER = 'https://staging2.intgdc.com'
      DEFAULT_USER_URL = '/gdc/account/profile/d8b356b30c0c12d1b4b97f56d6706ef2'
    end

    module ProjectHelper
      PROJECT_ID = 'i640il7dyatqmvak24zzr09ypt3ghqu2'
      PROJECT_URL = "/gdc/projects/#{PROJECT_ID}"
      PROJECT_TITLE = 'GoodTravis'
      PROJECT_SUMMARY = 'No summary'
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gooddata-0.6.24 spec/environment/hotfix.rb
gooddata-0.6.23 spec/environment/hotfix.rb
gooddata-0.6.22 spec/environment/hotfix.rb