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

Version Path
envjs19-0.3.8.20101029121421 test/specs/window/dialog.js
envjs-0.3.8 test/specs/window/dialog.js
envjs-0.3.7 test/specs/window/dialog.js
envjs-0.3.6 test/specs/window/dialog.js
envjs-0.3.5 test/specs/window/dialog.js
envjs-0.3.4 test/specs/window/dialog.js
envjs-0.3.3 test/specs/window/dialog.js
envjs-0.3.2 test/specs/window/dialog.js
envjs-0.3.1 test/specs/window/dialog.js
envjs-0.3.0 test/specs/window/dialog.js
envjs-0.2.0 test/specs/window/dialog.js
envjs-0.1.7 test/specs/window/dialog.js
envjs-0.1.6 test/specs/window/dialog.js
envjs-0.1.5 test/specs/window/dialog.js
envjs-0.1.4 test/specs/window/dialog.js
envjs-0.1.3 test/specs/window/dialog.js
harmony-0.5.1 vendor/envjs/test/specs/window/dialog.js
harmony-0.5 vendor/envjs/test/specs/window/dialog.js
envjs-0.1.2 test/specs/window/dialog.js
envjs-0.1.1 test/specs/window/dialog.js