Sha256: 0f667e6316230810823168ee53cc40419091c7de0d43a3a199bab4342fbfd043

Contents?: true

Size: 559 Bytes

Versions: 2

Compression:

Stored size: 559 Bytes

Contents

// ==========================================================================
// Project:   TestRunner.testController Unit Test
// Copyright: ©2009 My Company, Inc.
// ==========================================================================
/*globals TestRunner module test ok equals same stop start */

module("TestRunner.testController");

// TODO: Replace with real unit test for TestRunner.testController
test("test description", function() {
  var expected = "test";
  var result   = "test";
  equals(result, expected, "test should equal test");
});

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sproutit-sproutcore-1.0.0.20090408130025 frameworks/sproutcore/apps/tests/tests/controllers/test.js
sproutit-sproutcore-1.0.0.20090416161445 frameworks/sproutcore/apps/tests/tests/controllers/test.js