Skip to content

Commit

Permalink
leishman#3 - Added documentation on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Inkybro committed Mar 13, 2014
1 parent cd6b1e6 commit d2e171b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ And then execute:
Or install it yourself as:

$ gem install kraken_ruby

Alternatively, if you're looking to contribute to kracken_ruby, you can fork the repo and clone it.

## Testing

If you are doing development on the kracken_ruby codebase, you can run the tests by running from the root directory of the source code:

$ rspec

Please note that all tests for the *private* aspects of Kracken's API require a valid keypair. In order for those tests to pass, the keypair **must** be specified in the ```spec/kraken_key.rb``` file.

## Usage

Expand Down

0 comments on commit d2e171b

Please sign in to comment.