From da95010350882d9e13b5e461fb4a1e05bc7d065c Mon Sep 17 00:00:00 2001 From: Andres Ornelas Date: Tue, 27 Jul 2010 15:43:14 -0700 Subject: stable before refactoring --- test/scenario/TestContext.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/scenario/TestContext.js (limited to 'test/scenario/TestContext.js') diff --git a/test/scenario/TestContext.js b/test/scenario/TestContext.js new file mode 100644 index 00000000..2081479e --- /dev/null +++ b/test/scenario/TestContext.js @@ -0,0 +1,20 @@ +//var scenario, runner, log, Describe, It, $scenario, body; +// +//function logger(text) { +// return function(done){ +// log += text; +// (done||noop)(); +// }; +//} +// +//function beforeEach() { +// log = ''; +// scenario = {}; +// body = _jQuery('
'); +// runner = new angular.scenario.Runner(scenario, _jQuery); +// Describe = scenario.describe; +// BeforeEach = scenario.beforeEach; +// AfterEach = scenario.afterEach; +// It = scenario.it; +// $scenario = scenario.$scenario; +//} -- cgit v1.2.3