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

Version Path
envjs19-0.3.8.20101029121421 test/specs/xhr/xhr.js
envjs19-0.3.8.20101029121421 test/specs/template/spec-1.js
envjs19-0.3.8.20101029121421 test/specs/parser/xml.js
envjs-0.3.8 test/specs/parser/xml.js
envjs-0.3.8 test/specs/template/spec-1.js
envjs-0.3.8 test/specs/xhr/xhr.js
envjs-0.3.7 test/specs/xhr/xhr.js
envjs-0.3.7 test/specs/template/spec-1.js
envjs-0.3.7 test/specs/parser/xml.js
envjs-0.3.6 test/specs/template/spec-1.js
envjs-0.3.6 test/specs/xhr/xhr.js
envjs-0.3.6 test/specs/parser/xml.js
envjs-0.3.5 test/specs/parser/xml.js
envjs-0.3.5 test/specs/xhr/xhr.js
envjs-0.3.5 test/specs/template/spec-1.js
envjs-0.3.4 test/specs/parser/xml.js
envjs-0.3.4 test/specs/template/spec-1.js
envjs-0.3.4 test/specs/xhr/xhr.js
envjs-0.3.3 test/specs/parser/xml.js
envjs-0.3.3 test/specs/template/spec-1.js