From 5a4e48fa995f5709e0410955fef6ff26f7c4c532 Mon Sep 17 00:00:00 2001 From: bergquist Date: Fri, 29 Jan 2016 02:42:23 +0100 Subject: [PATCH] style(playlist_spec): rename to underscore standard --- ...playlist-edit-ctrl-specs.ts => playlist_edit_ctrl_specs.ts} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename public/app/features/playlist/specs/{playlist-edit-ctrl-specs.ts => playlist_edit_ctrl_specs.ts} (94%) diff --git a/public/app/features/playlist/specs/playlist-edit-ctrl-specs.ts b/public/app/features/playlist/specs/playlist_edit_ctrl_specs.ts similarity index 94% rename from public/app/features/playlist/specs/playlist-edit-ctrl-specs.ts rename to public/app/features/playlist/specs/playlist_edit_ctrl_specs.ts index 9004a7e7c88..e4df82d624b 100644 --- a/public/app/features/playlist/specs/playlist-edit-ctrl-specs.ts +++ b/public/app/features/playlist/specs/playlist_edit_ctrl_specs.ts @@ -1,6 +1,5 @@ import '../playlist_edit_ctrl'; -import {describe, beforeEach, it, expect, angularMocks} from 'test/lib/common'; -import helpers from 'test/specs/helpers'; +import {describe, beforeEach, it, expect} from 'test/lib/common'; import {PlaylistEditCtrl} from '../playlist_edit_ctrl'; describe.only('PlaylistEditCtrl', function() {