From 2430f52bb97fa9d682e5f028c977c5bf94c5ec38 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 23 Mar 2012 14:03:24 -0700 Subject: chore(module): move files around in preparation for more modules --- test/ng/documentSpec.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/ng/documentSpec.js (limited to 'test/ng/documentSpec.js') diff --git a/test/ng/documentSpec.js b/test/ng/documentSpec.js new file mode 100644 index 00000000..064904a2 --- /dev/null +++ b/test/ng/documentSpec.js @@ -0,0 +1,9 @@ +'use strict'; + +describe('$document', function() { + + + it("should inject $document", inject(function($document) { + expect($document).toEqual(jqLite(document)); + })); +}); -- cgit v1.2.3