fix e2e tests

This commit is contained in:
vsavkin
2015-02-05 14:36:09 -08:00
parent e20d9dd073
commit ab9438ffdf
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
var benchpress = require('../../../../tools/benchpress/index.js');
fdescribe('hello world', function () {
describe('hello world', function () {
afterEach(benchpress.verifyNoBrowserErrors);