aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive/ngCspSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/ng/directive/ngCspSpec.js')
-rw-r--r--test/ng/directive/ngCspSpec.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/ng/directive/ngCspSpec.js b/test/ng/directive/ngCspSpec.js
deleted file mode 100644
index 7a21b587..00000000
--- a/test/ng/directive/ngCspSpec.js
+++ /dev/null
@@ -1,10 +0,0 @@
-'use strict';
-
-describe('ngCsp', function() {
-
- it('it should turn on CSP mode in $sniffer', inject(function($sniffer, $compile) {
- expect($sniffer.csp).toBe(false);
- $compile('<div ng-csp></div>');
- expect($sniffer.csp).toBe(true);
- }));
-});