Remove empty test file, move i18n spec

closes #6720
This commit is contained in:
Steffen van Bergerem 2016-02-25 19:38:19 +01:00 committed by Jonne Haß
parent 9f2e5b1868
commit 98d76af318
5 changed files with 1 additions and 10 deletions

View file

@ -41,7 +41,7 @@ stylesheets:
# - helpers/**/*.jsview
#
helpers:
- helpers/**/*.js
- jasmine_helpers/**/*.js
# spec_files
#

View file

@ -1,9 +0,0 @@
describe("Diaspora", function() {
describe("widgets", function() {
describe("aspectNav", function() {
describe("start", function() {
});
});
});
});