aboutsummaryrefslogtreecommitdiffstats
path: root/test/spec/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec/test.js')
-rw-r--r--test/spec/test.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/spec/test.js b/test/spec/test.js
deleted file mode 100644
index 0fca0fb57..000000000
--- a/test/spec/test.js
+++ /dev/null
@@ -1,11 +0,0 @@
-(function () {
- 'use strict';
-
- describe('Give it some context', function () {
- describe('maybe a bit more context here', function () {
- it('should run here few assertions', function () {
-
- });
- });
- });
-})();