Sha256: 5cea00d5af0775cf01bf6070abbee0777e43cfca1f1d9e3b34ed1838527ed270
Contents?: true
Size: 690 Bytes
Versions: 10
Compression:
Stored size: 690 Bytes
Contents
// ========================================================================== // Project: Spade - CommonJS Runtime // Copyright: ©2011 Strobe Inc. All rights reserved. // License: Licened under MIT license (see __preamble__.js) // ========================================================================== var Ct = require('core-test/sync'), Spade = require('spade').Spade, Sandbox = require('spade').Sandbox; Ct.module('spade: Sandbox runCommand'); // TODO: Add the next 3 tests when adding Ruby and node.js support Ct.test('success'); Ct.test('failure'); Ct.test('not supported'); // Not really sure how to test this, other than a bunch of stubbing Ct.test('browser');
Version data entries
10 entries across 10 versions & 2 rubygems