Sha256: 88d693495013e9dce553f8ef2bd5510e9d2176ae87e291e6c2186478642ed4d1
Contents?: true
Size: 568 Bytes
Versions: 24
Compression:
Stored size: 568 Bytes
Contents
/** * @author thatcher */ (function(Q){ Q.describe('TEMPLATE Spec',{ before:function(){ //setup }, after:function(){ //tear down } }).should('provide the required w3c interfaces', 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