Throughout the book, external tools and code are used to support running examples. The following is a list of referenced code and links to further resources for them.
gem install juicer
To use a version of Sinon.JS from the above website (currently
0.6.2), use the following configuration,
and sinon.test will behave as described in the book.
sinon.config = {
injectIntoThis: false,
properties: ["stub", "mock"]
};