From 51dd66a4cc06ebd1c96772b21b84f6e9a4775fcc Mon Sep 17 00:00:00 2001 From: Gregg Van Hove and Tim Jarratt Date: Wed, 2 Oct 2013 10:24:24 -0700 Subject: [PATCH] Turn the exceptions spec back on, it still works --- spec/javascripts/core/ExceptionsSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/javascripts/core/ExceptionsSpec.js b/spec/javascripts/core/ExceptionsSpec.js index d5131895..77bbae93 100644 --- a/spec/javascripts/core/ExceptionsSpec.js +++ b/spec/javascripts/core/ExceptionsSpec.js @@ -1,4 +1,4 @@ -xdescribe('Exceptions:', function() { +describe('Exceptions:', function() { var env; beforeEach(function() {