remove fdescribe [ci skip]

This commit is contained in:
Regis 2017-05-02 20:17:10 -06:00
parent c50c5e92e9
commit b29f91b06c
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ describe('Issue', function() {
expect($btnReopen).toHaveText('Reopen issue');
}
fdescribe('task lists', function() {
describe('task lists', function() {
const issueShowInterceptor = data => (request, next) => {
next(request.respondWith(JSON.stringify(data), {
status: 200,