Sha256: b5e3975f7f6842cc98a23ad1688b10931a6c6c95b390bc430ca04ceb69aac7ec

Contents?: true

Size: 816 Bytes

Versions: 2

Compression:

Stored size: 816 Bytes

Contents

// ========================================================================
// RootResponder Tests
// ========================================================================
/*globals module test ok isObj equals expects */

/**
  This file is slightly subtle, in that we want to make sure SproutCore is 
  set up properly before any QUnit tests are run. Therefore...
*/

// module("QUnit") ;
// 
// test("tests should not run until SproutCore is ready", function() {
//   equals(SC.isReady, true, "SC.isReady");
// });
// 
// test("tests should not run until the root responder has been setup", function() {
//   expect(1);
//   ok(SC.RootResponder.responder, "SC.RootResponder.responder");
// });
// 
// test("SC.suppressMain should be true", function() {
//   ok(SC.suppressMain, 'was NOT set to true') ;
// });

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sproutit-sproutcore-1.0.0.20090408130025 frameworks/sproutcore/frameworks/testing/tests/debug/qunit.js
sproutit-sproutcore-1.0.0.20090416161445 frameworks/sproutcore/frameworks/testing/tests/debug/qunit.js