Remove extraneous file

This commit is contained in:
wltsmrz
2013-09-08 17:38:02 -07:00
parent 2d68ce5f1b
commit 8b1407613a

View File

@@ -1,11 +0,0 @@
var config = module.exports;
config["ripple-lib"] = {
rootPath: "../",
environment: "node",
tests: [
"test/*-test.js"
]
}
// vim:sw=2:sts=2:ts=8:et