Sha256: e5de3356981588d500cf50ab1956a3de0bca7a41ddb614a1d46ceb033e1ea8ac
Contents?: true
Size: 545 Bytes
Versions: 24
Compression:
Stored size: 545 Bytes
Contents
/** * @author thatcher */ (function(Q){ Q.describe('TEMPLATE Spec',{ before:function(){ //setup }, after:function(){ //tear down } }).should('do something', function(){ expect(1); ok(true, 'good job'); }).should('do something else', function(){ expect(1); ok(true, 'good job'); }).pending('should do something new soon', function(){ expect(1); ok(false, 'todo'); }); })(QUnit);
Version data entries
24 entries across 24 versions & 4 rubygems