Sha256: 3a255209a5617fe161c486edec43b0d9c49d27ff4477b85c23039153e02e08c0

Contents?: true

Size: 586 Bytes

Versions: 7

Compression:

Stored size: 586 Bytes

Contents

// ==========================================================================
// Project:   SproutCore Unit Testing Library
// Copyright: ©2006-2009 Sprout Systems, Inc. and contributors.
//            Portions ©2008-2009 Apple Inc. All rights reserved.
// License:   Licensed under MIT license (see license.js)
// ==========================================================================

/*global Q$ synchronize */
// additional methods for use with qunit

/**
  Call this method instead of test() to temporarily disable a test. 
*/
function notest(name, callback, nowait) {
  
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sproutcore-1.4.0.rc.5 lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.4.0.rc.4 lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.4.0.rc.3 lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.4.0.rc.2 lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.4.0.rc lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.0.1049.pre.2 lib/frameworks/sproutcore/frameworks/testing/extras.js
sproutcore-1.0.1049.pre.1 frameworks/sproutcore/frameworks/testing/extras.js