summaryrefslogtreecommitdiffstats
path: root/test_spec.js
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2014-04-15 01:14:47 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2014-04-15 01:14:47 +0200
commit0b50acdddfb5a90f7b6c21b9c299452fe9b68534 (patch)
tree3b50dcd52dab4fddba05f7e95504a9ecede2bff9 /test_spec.js
parentdaa6fc695890085c23851ddb07f313adcd47a50a (diff)
downloadvim-polyglot-0b50acdddfb5a90f7b6c21b9c299452fe9b68534.tar.gz
vim-polyglot-0b50acdddfb5a90f7b6c21b9c299452fe9b68534.zip
Add Ember Script
Diffstat (limited to 'test_spec.js')
-rw-r--r--test_spec.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/test_spec.js b/test_spec.js
deleted file mode 100644
index b7ac4cf5..00000000
--- a/test_spec.js
+++ /dev/null
@@ -1,5 +0,0 @@
-describe("A suite", function() {
- it("contains spec with an expectation", function() {
- expect(true).toBe(true);
- });
-});