This commit is contained in:
John Firebaugh
2013-02-12 16:18:55 -08:00
parent 1c5a894f1e
commit 5c9832e2ef
+2 -2
View File
@@ -1,6 +1,6 @@
describe("iD.ui.geocoder", function () {
describe("iD.ui.Geocoder", function () {
it('can be instantiated', function () {
var geocoder = iD.ui.geocoder();
var geocoder = iD.ui.Geocoder();
expect(geocoder).to.be.ok;
});
});