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.2.1 spec/support/test_configuration.rb
embark-journey-0.1.8 spec/support/test_configuration.rb
embark-journey-0.1.7 spec/support/test_configuration.rb
embark-journey-0.1.6 spec/support/test_configuration.rb
embark-journey-0.1.5 spec/support/test_configuration.rb
embark-journey-0.1.4 spec/support/test_configuration.rb
embark-journey-0.1.3 spec/support/test_configuration.rb
embark-journey-0.1.1 spec/support/test_configuration.rb
embark-journey-0.1.0 spec/support/test_configuration.rb
embark-journey-0.0.29 spec/support/test_configuration.rb
embark-journey-0.0.28 spec/support/test_configuration.rb
embark-journey-0.0.27 spec/support/test_configuration.rb
embark-journey-0.0.26 spec/support/test_configuration.rb
embark-journey-0.0.25 spec/support/test_configuration.rb
embark-journey-0.0.24 spec/support/test_configuration.rb
embark-journey-0.0.23 spec/support/test_configuration.rb
embark-journey-0.0.22 spec/support/test_configuration.rb
embark-journey-0.0.21 spec/support/test_configuration.rb
embark-journey-0.0.20 spec/support/test_configuration.rb
embark-journey-0.0.19 spec/support/test_configuration.rb