This commit is contained in:
Nathan Sobo
2012-10-04 09:28:02 -10:00
parent 1e9b40a6ea
commit 4f43169586
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ FuzzyFinder = require 'fuzzy-finder'
$ = require 'jquery'
{$$} = require 'space-pen'
fdescribe 'FuzzyFinder', ->
describe 'FuzzyFinder', ->
[rootView, finder] = []
beforeEach ->

View File

@@ -2,7 +2,7 @@ SelectList = require 'select-list'
{$$} = require 'space-pen'
$ = require 'jquery'
fdescribe "SelectList", ->
describe "SelectList", ->
[selectList, array, list, miniEditor] = []
beforeEach ->