summaryrefslogtreecommitdiffstats
path: root/spec/utils.js
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2013-07-24 05:03:27 +0000
committerYehuda Katz <wycats@gmail.com>2013-07-24 05:03:27 +0000
commitf5c8484ea0c1ac1aec6994ad3b5928fb67b7aa62 (patch)
tree8e92df6cccab8ff4da78c11d90d4e534a19374b8 /spec/utils.js
parentda130f7745fc338d7ea31c60d9954ab6e0e1511a (diff)
downloadhandlebars.js-f5c8484ea0c1ac1aec6994ad3b5928fb67b7aa62.zip
handlebars.js-f5c8484ea0c1ac1aec6994ad3b5928fb67b7aa62.tar.gz
handlebars.js-f5c8484ea0c1ac1aec6994ad3b5928fb67b7aa62.tar.bz2
Further progress towards modularization.
At this point, I have only 2 fails in the Node build, but I'm doing a bunch of manual stuff locally and still have a bunch of hacks.
Diffstat (limited to 'spec/utils.js')
-rw-r--r--spec/utils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/utils.js b/spec/utils.js
index 135beb4..5eee69e 100644
--- a/spec/utils.js
+++ b/spec/utils.js
@@ -1,4 +1,5 @@
/*global shouldCompileTo */
+
describe('utils', function() {
describe('#SafeString', function() {
it("constructing a safestring from a string and checking its type", function() {