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