diff options
Diffstat (limited to 'test/spec/test.js')
-rw-r--r-- | test/spec/test.js | 11 |
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 () { - - }); - }); - }); -})(); |