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

Version Path
inkling_api-0.0.7 README.md
inkling_api-0.0.6 README.md
inkling_api-0.0.5 README.md
inkling_api-0.0.4 README.md
inkling_api-0.0.3 README.md
inkling_api-0.0.2 README.md
inkling_api-0.0.1 README.md