summaryrefslogtreecommitdiff
path: root/templates/snippets/rustic-mode/test
diff options
context:
space:
mode:
Diffstat (limited to 'templates/snippets/rustic-mode/test')
-rw-r--r--templates/snippets/rustic-mode/test8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/snippets/rustic-mode/test b/templates/snippets/rustic-mode/test
deleted file mode 100644
index 837276f..0000000
--- a/templates/snippets/rustic-mode/test
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- mode: snippet -*-
-# name: test
-# key: test
-# --
-#[test]
-fn it_works() {
- assert_eq!(2 + 2, 4);
-}