Sha256: 84a3a979d5245fa0d242985b0740bb027efbb43952d111a4b7d794b211d90243
Contents?: true
Size: 392 Bytes
Versions: 7
Compression:
Stored size: 392 Bytes
Contents
InklingAPI ---------- To run the tests ================ create a file in lib/inkling_api_test_config.rb that looks like the following module InklingApiTestConfig class << self def url "https://url.inklingmarkets.com" end def login "some-login" end def password "some-password" end end end
Version data entries
7 entries across 7 versions & 1 rubygems