Sha256: cafc58cc9b5e93ba35613e8ebdbe883c10dfd6c2a3f000166aa70654874612d6

Contents?: true

Size: 385 Bytes

Versions: 10

Compression:

Stored size: 385 Bytes

Contents

require 'minitest/autorun'
require 'talon_one'

class LiveApiTest < Minitest::Test
  def integration_config
    {}
  end

  def integration_client
    @integration_client ||= TalonOne::Integration::Client.new integration_config
  end

  def management_config
    {}
  end

  def management_client
    @management_client ||= TalonOne::Management::Client.new management_config
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
talon_one-0.1.3 test/test_helper.rb
talon_one-0.1.2 test/test_helper.rb
talon_one-0.1.1 test/test_helper.rb
talon_one-0.1.0 test/test_helper.rb
talon_one-0.0.10 test/test_helper.rb
talon_one-0.0.9 test/test_helper.rb
talon_one-0.0.8 test/test_helper.rb
talon_one-0.0.7 test/test_helper.rb
talon_one-0.0.6 test/test_helper.rb
talon_one-0.0.5 test/test_helper.rb