diff --git a/package.json b/package.json index 17d814811d..9b13c2daab 100644 --- a/package.json +++ b/package.json @@ -20,12 +20,12 @@ }, "scripts": { - "test": "node_modules/buster/bin/buster test" + "test": "./node_modules/buster/bin/buster test" }, "repository": { "type": "git", - "url": "git://github.com/jedmccaleb/NewCoin.git" + "url": "git://github.com/ripple/rippled.git" }, "readmeFilename": "README.md" diff --git a/test/buster.js b/test/buster.js index c445406541..a62cd49dc1 100644 --- a/test/buster.js +++ b/test/buster.js @@ -1,6 +1,6 @@ var config = module.exports; -config["Newcoin tests"] = { +config["Ripple tests"] = { rootPath: "../", environment: "node", tests: [