This commit is contained in:
Corey Johnson
2012-04-26 11:05:48 -07:00
parent 4221cc7a98
commit dbbace912d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
_ = require 'underscore'
EventEmitter = require 'event-emitter'
fdescribe "EventEmitter mixin", ->
describe "EventEmitter mixin", ->
[object, fooHandler1, fooHandler2, barHandler] = []
beforeEach ->

View File

@@ -264,7 +264,7 @@ describe "TreeView", ->
fs.remove(temporaryFilePath) if fs.exists(temporaryFilePath)
describe "when a file is added or removed in an expanded directory", ->
fit "updates the directory view to display the directory's new contents", ->
it "updates the directory view to display the directory's new contents", ->
entriesCountBefore = null
runs ->