Sha256: 003593fba03ecb8a7557389d429f81a4fab84c8465a16b639c6f62c859cfdc9b
Contents?: true
Size: 419 Bytes
Versions: 24
Compression:
Stored size: 419 Bytes
Contents
/** * @author thatcher */ (function(Q){ Q.describe('Window Dialog',{ before:function(){ //setup }, after:function(){ //tear down } }).should('provide the required w3c interfaces', function(){ expect(3); ok(alert, 'alert'); ok(confirm, 'confirm'); ok(prompt, 'prompt'); }); })(QUnit);
Version data entries
24 entries across 24 versions & 4 rubygems