Sha256: f0c3b818bd2f7b152d91be27dc9ec8e09d8b21bddc868a793969db050873ba2f

Contents?: true

Size: 608 Bytes

Versions: 62

Compression:

Stored size: 608 Bytes

Contents

/*
 * 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%>
});

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.3.21 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.20 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.19 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.18 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.17 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.16 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.15 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.14 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.13 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.12 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.11g node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.10 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.9 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.8 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.7 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.6 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.5 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.4 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.3 node_modules/bower/node_modules/github/templates/test_section.js.tpl
trusty-festivity-extension-2.3.2 node_modules/bower/node_modules/github/templates/test_section.js.tpl