Current File : //lib/node_modules/bower/lib/node_modules/github/templates/test_handler.js.tpl
    it("should successfully execute <%name%>",  function(next) {
        client.<%funcName%>(
            <%params%>,
            function(err, res) {
                Assert.equal(err, null);
                // other assertions go here
                next();
            }
        );
    });