Sha256: aa919169947593cd84d5a4bc1a6ad2aba660418b60709564c5cd3f0d68955776

Contents?: true

Size: 712 Bytes

Versions: 26

Compression:

Stored size: 712 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
      set_const :DEFAULT_SERVER, 'https://staging2.getgooddata.com'
      set_const :DEFAULT_USER_URL, '/gdc/account/profile/d8b356b30c0c12d1b4b97f56d6706ef2'
    end

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

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
gooddata-0.6.30 spec/environment/release.rb
gooddata-0.6.29 spec/environment/release.rb
gooddata-0.6.28 spec/environment/release.rb
gooddata-0.6.27 spec/environment/release.rb
gooddata-0.6.26 spec/environment/release.rb
gooddata-0.6.25 spec/environment/release.rb