Sha256: 9e7dc7d496704a5b83e56a21d2c936dc373056a246ba2ce577e2b8b03b77dc43

Contents?: true

Size: 391 Bytes

Versions: 6

Compression:

Stored size: 391 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
          "http://url.inklingmarkets.com"
        end

        def login
          "some-login"
        end

        def password
          "some-password"
        end
      end
    end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
inkling_api-0.1.3 README.md
inkling_api-0.1.2 README.md
inkling_api-0.1.1 README.md
inkling_api-0.1.0 README.md
inkling_api-0.0.9 README.md
inkling_api-0.0.8 README.md