Merge branch 'stable' into develop

This commit is contained in:
Jonne Haß 2016-02-26 11:27:29 +01:00
commit b0d983e85c
5 changed files with 1 additions and 10 deletions

View file

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

View file

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