fix(specs): Remove fdescribe

This commit is contained in:
Juan Tejada 2015-12-30 15:24:50 -05:00
parent a8e771c033
commit 2800cc0dc8

View file

@ -1,7 +1,7 @@
import N1Launcher from './helpers/n1-launcher';
import ContenteditableTestHarness from './helpers/contenteditable-test-harness.es6';
fdescribe('Contenteditable Integration Spec', function() {
describe('Contenteditable Integration Spec', function() {
beforeAll((done)=>{
this.app = new N1Launcher(['--dev']);
this.app.popoutComposerWindowReady().finally(done);