Sha256: ae3ca6ff273017969074ff72a40b18496e482c4d0ede9d403c39dde330ebcd3d
Contents?: true
Size: 350 Bytes
Versions: 3
Compression:
Stored size: 350 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..')) require 'rubygems' require 'rspec' require 'iex-ruby-client' Dir[File.join(File.dirname(__FILE__), 'support', '**/*.rb')].each do |file| require file end ENV['IEX_API_PUBLISHABLE_TOKEN'] ||= 'test-iex-api-publishable-token' ENV['IEX_API_SECRET_TOKEN'] ||= 'test-iex-api-secret-token'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
iex-ruby-client-1.2.0 | spec/spec_helper.rb |
iex-ruby-client-1.1.2 | spec/spec_helper.rb |
iex-ruby-client-1.1.1 | spec/spec_helper.rb |