Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

Commit

Permalink
sinon-buster -> buster-sinon
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohansen committed May 27, 2012
1 parent 927fb3b commit 784ab4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build
Expand Up @@ -72,7 +72,7 @@ var fileNames = [
"sinon/lib/sinon/util/fake_timers.js", "sinon/lib/sinon/util/fake_timers.js",
"sinon/lib/sinon/util/fake_server.js", "sinon/lib/sinon/util/fake_server.js",
"sinon/lib/sinon/util/fake_server_with_clock.js", "sinon/lib/sinon/util/fake_server_with_clock.js",
"sinon-buster/lib/sinon-buster", "buster-sinon/lib/buster-sinon",
"lib/buster/buster-wiring.js", "lib/buster/buster-wiring.js",
"lib/buster.js"]; "lib/buster.js"];


Expand Down
2 changes: 1 addition & 1 deletion jsTestDriver.conf
Expand Up @@ -29,7 +29,7 @@ load:
- node_modules/buster-test/lib/buster-test/test-context.js - node_modules/buster-test/lib/buster-test/test-context.js
- node_modules/buster-test/lib/buster-test/test-runner.js - node_modules/buster-test/lib/buster-test/test-runner.js
- node_modules/buster-test/lib/buster-test/reporters/json-proxy.js - node_modules/buster-test/lib/buster-test/reporters/json-proxy.js
- node_modules/sinon-buster/lib/sinon-buster.js - node_modules/buster-sinon/lib/buster-sinon.js
- lib/buster/buster-wiring.js - lib/buster/buster-wiring.js
- lib/buster/browser-wiring.js - lib/buster/browser-wiring.js
- test/browser/*.js - test/browser/*.js
2 changes: 1 addition & 1 deletion lib/buster/buster-wiring.js
Expand Up @@ -9,7 +9,7 @@
}); });


buster.defineVersionGetter(module.exports, __dirname); buster.defineVersionGetter(module.exports, __dirname);
require("sinon-buster"); require("buster-sinon");
} }


if (buster.format) { if (buster.format) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"buster-test-cli": ">=0.5.2", "buster-test-cli": ">=0.5.2",
"buster-autotest": ">=0.1.1", "buster-autotest": ">=0.1.1",
"sinon": ">=1.3.1", "sinon": ">=1.3.1",
"sinon-buster": ">=0.5.0", "buster-sinon": ">=0.5.0",
"buster-static": ">=0.3" "buster-static": ">=0.3"
}, },
"devDependencies": { "devDependencies": {
Expand Down

0 comments on commit 784ab4d

Please sign in to comment.