Sha256: 787a21b7fbbe26ffbf66f58f2f3cfa4f46e821174171dbe6ca2aff99fa67f0af
Contents?: true
Size: 552 Bytes
Versions: 72
Compression:
Stored size: 552 Bytes
Contents
/** * @author thatcher */ (function(Q){ Q.describe('Another 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
72 entries across 24 versions & 4 rubygems