aboutsummaryrefslogtreecommitdiff
path: root/node_modules/renderkid/test/Layout.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/renderkid/test/Layout.coffee')
-rw-r--r--node_modules/renderkid/test/Layout.coffee16
1 files changed, 0 insertions, 16 deletions
diff --git a/node_modules/renderkid/test/Layout.coffee b/node_modules/renderkid/test/Layout.coffee
deleted file mode 100644
index 845502609..000000000
--- a/node_modules/renderkid/test/Layout.coffee
+++ /dev/null
@@ -1,16 +0,0 @@
-Layout = require '../src/Layout'
-
-describe "Layout", ->
- describe "constructor()", ->
- it "should create root block", ->
- l = new Layout
- expect(l._root).to.exist
- l._root._name.should.equal '__root'
-
- describe "get()", ->
- it "should not be allowed when any block is open", ->
- l = new Layout
- l.openBlock()
- (->
- l.get()
- ).should.throw Error \ No newline at end of file