Sha256: a09918510e147c0cab082d10b78ee566f9b66583a5889f5bcfebc084ae7a264f

Contents?: true

Size: 242 Bytes

Versions: 34

Compression:

Stored size: 242 Bytes

Contents

module TestConfiguration
  def self.configure_for_test
    Journey.configure do |c|
      c.api_site = ENV['JOURNEY_API_ENDPOINT']
      c.api_user = ENV['JOURNEY_API_USERNAME']
      c.api_password = ENV['JOURNEY_API_KEY']
    end
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
embark-journey-0.0.18 spec/support/test_configuration.rb
embark-journey-0.0.17 spec/support/test_configuration.rb
embark-journey-0.0.16 spec/support/test_configuration.rb
embark-journey-0.0.15 spec/support/test_configuration.rb
embark-journey-0.0.14 spec/support/test_configuration.rb
embark-journey-0.0.13 spec/support/test_configuration.rb
embark-journey-0.0.12 spec/support/test_configuration.rb
embark-journey-0.0.11 spec/support/test_configuration.rb
embark-journey-0.0.10 spec/support/test_configuration.rb
embark-journey-0.0.9 spec/support/test_configuration.rb
embark-journey-0.0.8 spec/support/test_configuration.rb
embark-journey-0.0.7 spec/support/test_configuration.rb
embark-journey-0.0.6 spec/support/test_configuration.rb
embark-journey-0.0.5 spec/support/test_configuration.rb