This commit is contained in:
Corey Johnson & Nathan Sobo
2012-02-15 15:19:13 -07:00
parent f30f028868
commit b5d5b52dc6
2 changed files with 0 additions and 18 deletions

View File

@@ -1,15 +0,0 @@
LineIndex = require 'line-index'
describe "LineIndex", ->
index = null
beforeEach ->
index = new LineIndex
describe "", ->
it "", ->
index.insert()

View File

@@ -1,3 +0,0 @@
module.exports =
class LineIndex