From 63db262f353046509465f8bee1fa5b236d6840ea Mon Sep 17 00:00:00 2001 From: pivotal Date: Tue, 2 Dec 2008 15:48:00 -0800 Subject: [PATCH] dwf/rva: tweaked TODO comments --- jasmine.iws | 20 ++++++++++---------- lib/jasmine.js | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/jasmine.iws b/jasmine.iws index 8d0e739..0a0882e 100644 --- a/jasmine.iws +++ b/jasmine.iws @@ -89,7 +89,7 @@ - + @@ -107,10 +107,10 @@ - + - + @@ -449,13 +449,6 @@ - - - - - - - @@ -463,6 +456,13 @@ + + + + + + + diff --git a/lib/jasmine.js b/lib/jasmine.js index 1c9ce49..4db05ad 100755 --- a/lib/jasmine.js +++ b/lib/jasmine.js @@ -281,8 +281,8 @@ var currentSpec; //* - Suite to run tests in order, constructed with a function called describe * - Suite supports before * - Suite supports after - * - Suite supports before_each - * - Suite supports after_each + //* - Suite supports beforeEach + //* - Suite supports afterEach //* - Suite rolls up spec results //* - Suite supports asynch //* - Runner that runs suites in order