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

Commit

Permalink
Include Sinon 1.4 and matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohansen committed Jul 9, 2012
1 parent b087c7a commit bdd1f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/buster/framework-extension.js
Expand Up @@ -41,6 +41,7 @@ function loadTestFramework(configuration) {
["sinon", "sinon/test.js"],
["sinon", "sinon/test_case.js"],
["sinon", "sinon/assert.js"],
["sinon", "sinon/match.js"],
["sinon", "sinon/util/event.js"],
["sinon", "sinon/util/fake_xml_http_request.js"],
["sinon", "sinon/util/fake_timers.js"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"buster-evented-logger": ">=0.4.4",
"buster-assertions": ">=0.10.2",
"buster-format": ">=0.5.4",
"sinon": ">=1.3.4",
"sinon": ">=1.4",
"buster-test": ">=0.6.0",
"buster-sinon": ">=0.5.1",
"buster-test-cli": ">=0.6.0",
Expand Down

0 comments on commit bdd1f89

Please sign in to comment.