Un-f spec in atom-spec.coffee

This commit is contained in:
Kevin Sawicki
2013-02-14 12:33:33 -08:00
parent da98addf80
commit 58dbcc9ddc

View File

@@ -31,7 +31,7 @@ describe "the `atom` global", ->
describe "keymap loading", ->
describe "when package.json does not contain a 'keymaps' manifest", ->
fit "loads all the .cson/.json files in the keymaps directory", ->
it "loads all the .cson/.json files in the keymaps directory", ->
element1 = $$ -> @div class: 'test-1'
element2 = $$ -> @div class: 'test-2'
element3 = $$ -> @div class: 'test-3'