Remove describe('readFeatures') in GPX tests

Just a remove an unnecessary level of nesting. No functional change.
This commit is contained in:
Éric Lemoine
2015-11-02 15:58:46 +01:00
parent 135d66dac7
commit cbd1aee0cc

View File

@@ -19,8 +19,6 @@ describe('ol.format.GPX', function() {
}); });
}); });
describe('readFeatures', function() {
describe('rte', function() { describe('rte', function() {
it('can read an empty rte', function() { it('can read an empty rte', function() {
@@ -559,8 +557,6 @@ describe('ol.format.GPX', function() {
}); });
});
}); });