From 348634a5b850e40da88060855e804c8c4aadee09 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 18 Jan 2013 15:03:34 -0800 Subject: [PATCH] This is verified as part of other test --- test/spec/ui/flash.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/spec/ui/flash.js b/test/spec/ui/flash.js index 8e6272ffa..2b43ef83e 100644 --- a/test/spec/ui/flash.js +++ b/test/spec/ui/flash.js @@ -9,11 +9,6 @@ describe("iD.ui.flash", function () { clock.restore(); }); - it('can be instantiated', function () { - var flash = iD.ui.flash(); - expect(flash).to.be.ok; - }); - it('leaves after 1000 ms', function () { var flash = iD.ui.flash(); clock.tick(1010);