PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
github
/
templates
/* * Copyright 2012 Cloud9 IDE, Inc. * * This product includes software developed by * Cloud9 IDE, Inc (http://c9.io). * * Author: Mike de Boer <info@mikedeboer.nl> */ "use strict"; var Assert = require("assert"); var Client = require("./../../index"); describe("[<%sectionName%>]", function() { var client; var token = "c286e38330e15246a640c2cf32a45ea45d93b2ba"; beforeEach(function() { client = new Client({ version: "<%version%>" }); client.authenticate({ type: "oauth", token: token }); }); <%testBody%> });
[-] index.js.tpl
[edit]
[+]
..
[-] handler.js.tpl
[edit]
[-] test_section.js.tpl
[edit]
[-] section.js.tpl
[edit]
[-] after_request.js.tpl
[edit]
[-] test_handler.js.tpl
[edit]