diff --git a/test/spec/connection.js b/test/spec/connection.js index 70f018322..dbf7722bb 100644 --- a/test/spec/connection.js +++ b/test/spec/connection.js @@ -1,4 +1,4 @@ -describe('Connection', function() { +describe('iD.Connection', function() { var c; beforeEach(function() { diff --git a/test/spec/format/geojson.js b/test/spec/format/geojson.js index f9b58f66f..e17c8573b 100644 --- a/test/spec/format/geojson.js +++ b/test/spec/format/geojson.js @@ -1,4 +1,4 @@ -describe('GeoJSON', function() { +describe('iD.format.GeoJSON', function() { describe('#mapping', function() { it('should be able to map a node to geojson', function() { diff --git a/test/spec/format/xml.js b/test/spec/format/xml.js index db0e3226b..e70ed464f 100644 --- a/test/spec/format/xml.js +++ b/test/spec/format/xml.js @@ -1,4 +1,4 @@ -describe('XML', function() { +describe('iD.format.XML', function() { var node = iD.Node({ id: 'n-1', type: 'node', loc: [-77, 38] }), way = iD.Way({ id: 'w-1', type: 'way', nodes: [] }); diff --git a/test/spec/renderer/background.js b/test/spec/renderer/background.js index 0d7b0de10..6ba871d11 100644 --- a/test/spec/renderer/background.js +++ b/test/spec/renderer/background.js @@ -1,4 +1,4 @@ -describe('Background', function() { +describe('iD.Background', function() { var c, d; beforeEach(function() { diff --git a/test/spec/renderer/hash.js b/test/spec/renderer/hash.js index 1304602f1..bece2e155 100644 --- a/test/spec/renderer/hash.js +++ b/test/spec/renderer/hash.js @@ -1,4 +1,4 @@ -describe("hash", function () { +describe("iD.Hash", function () { var hash, map, controller; beforeEach(function () { diff --git a/test/spec/renderer/map.js b/test/spec/renderer/map.js index 611a2d1ff..a0e89f578 100644 --- a/test/spec/renderer/map.js +++ b/test/spec/renderer/map.js @@ -1,4 +1,4 @@ -describe('Map', function() { +describe('iD.Map', function() { var container, map; beforeEach(function() { diff --git a/test/spec/util.js b/test/spec/util.js index 6c12ccc0f..c2c645673 100644 --- a/test/spec/util.js +++ b/test/spec/util.js @@ -1,4 +1,4 @@ -describe('Util', function() { +describe('iD.Util', function() { var util; it('#trueObj', function() {