aboutsummaryrefslogtreecommitdiffstats
path: root/extlib/leaflet/spec/suites/LeafletSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'extlib/leaflet/spec/suites/LeafletSpec.js')
-rw-r--r--extlib/leaflet/spec/suites/LeafletSpec.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/extlib/leaflet/spec/suites/LeafletSpec.js b/extlib/leaflet/spec/suites/LeafletSpec.js
deleted file mode 100644
index c67879cf..00000000
--- a/extlib/leaflet/spec/suites/LeafletSpec.js
+++ /dev/null
@@ -1,15 +0,0 @@
-describe('L#noConflict', function() {
- it('should restore the previous L value and return Leaflet namespace', function(){
-
- expect(L.VERSION).toBeDefined();
-
- var L2 = L.noConflict();
-
- expect(L).toEqual('test');
- expect(L2.VERSION).toBeDefined();
-
- this.after(function() {
- window.L = L2;
- });
- });
-}); \ No newline at end of file