// ========================================================================== // Project: Greenhouse.ViewConfig Unit Test // Copyright: ©2010 My Company, Inc. // ========================================================================== /*globals Greenhouse module test ok equals same stop start */ module("Greenhouse.ViewConfig"); // TODO: Replace with real unit test for ViewConfig test("test description", function() { var expected = "test"; var result = "test"; equals(result, expected, "test should equal test"); });