Sha256: f237493e8cca96a5d941dfef1564a96d790361eb36daa314a292b4c10e45cb6c

Contents?: true

Size: 1.33 KB

Versions: 26

Compression:

Stored size: 1.33 KB

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://secure.gooddata.com'
      set_const :DEFAULT_USERNAME, "svarovsky+gem_tester@gooddata.com"
      set_const :TEST_USERNAME, "john.doe@gooddata.com"
      set_const :DEFAULT_PASSWORD, GoodData::Helpers.decrypt('9m5Fe6WIxtkoG9vi2CanKm/CmZMLTpGYzr2duXh75m8=\n', ENV['GD_SPEC_PASSWORD'] || ENV['BIA_ENCRYPTION_KEY'])
      set_const :DEFAULT_DOMAIN, 'gooddata-tomas-svarovsky'
      set_const :DEFAULT_USER_URL, '/gdc/account/profile/3cea1102d5584813506352a2a2a00d95'
      set_const :DEFAULT_SERVER, 'https://secure.gooddata.com'
    end

    module ProcessHelper
      set_const :PROCESS_ID, '35ddce15-02b5-4dc5-b161-9fb25b73bd8b'
      set_const :DEPLOY_NAME, 'graph.grf'
    end

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

    module ScheduleHelper
      set_const :SCHEDULE_ID, '557ac000e4b041600876e967'
    end
  end
end

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
gooddata-edge-0.6.27.edge spec/environment/production.rb
gooddata-0.6.49 spec/environment/production.rb
gooddata-0.6.48 spec/environment/production.rb
gooddata-0.6.47 spec/environment/production.rb
gooddata-0.6.46 spec/environment/production.rb
gooddata-0.6.45 spec/environment/production.rb
gooddata-0.6.44 spec/environment/production.rb
gooddata-0.6.43 spec/environment/production.rb
gooddata-0.6.42 spec/environment/production.rb
gooddata-0.6.41 spec/environment/production.rb
gooddata-0.6.40 spec/environment/production.rb
gooddata-0.6.39 spec/environment/production.rb
gooddata-0.6.38 spec/environment/production.rb
gooddata-0.6.37 spec/environment/production.rb
gooddata-0.6.36 spec/environment/production.rb
gooddata-0.6.35 spec/environment/production.rb
gooddata-0.6.34 spec/environment/production.rb
gooddata-0.6.33 spec/environment/production.rb
gooddata-0.6.32 spec/environment/production.rb
gooddata-0.6.31 spec/environment/production.rb