Skip to content

Commit

Permalink
Merge pull request #91 from Medium/nicks/bump
Browse files Browse the repository at this point in the history
Bump dynamite version. Also updates readme to reflect that we use LocalDynamo now
  • Loading branch information
nicks committed Jun 1, 2016
2 parents 45a3b7e + fb4183f commit f7c59a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,11 @@ Dynamite is a promise-based DynamoDB client. It was created to address performan

## Running Tests

Currently, Dynamite runs tests against the [Fake
Dynamo](https://github.com/ananthakumaran/fake_dynamo) Ruby gem. To install the gem:

$ gem install fake_dynamo

To run the service, with an optional log level of `debug` (show everything) on port 4567, run the following in a different terminal window or as a background process:

$ fake_dynamo -l debug -p 4567

Ensure that all of the required node modules are installed in the Dynamite directory by first running:

$ npm install

The tests will be run against the `fake_dynamo` service running on port `4567`. Currently, there is no way to change the port without modifying the connection code in `test/utils/TestUtils.js`. To run the tests:
The tests will be run against a `LocalDynamo` service. Currently, there is no way to change the port without modifying the connection code in `test/utils/TestUtils.js`. To run the tests:

$ npm test

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dynamite",
"description": "promise-based DynamoDB client",
"version": "0.7.2",
"version": "0.7.3",
"homepage": "https://github.com/Medium/dynamite",
"license": "Apache-2.0",
"authors": [
Expand Down

0 comments on commit f7c59a2

Please sign in to comment.