aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/_namespace.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/_namespace.js')
-rw-r--r--src/test/_namespace.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/_namespace.js b/src/test/_namespace.js
new file mode 100644
index 00000000..78f430f1
--- /dev/null
+++ b/src/test/_namespace.js
@@ -0,0 +1,5 @@
+if (!angular) angular = {};
+if (!angular.test) angular.test = {};
+if (!angular.test.GIVEN) angular.test.GIVEN = {};
+if (!angular.test.WHEN) angular.test.WHEN = {};
+if (!angular.test.THEN) angular.test.THEN = {};