aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/snippets/ruby-mode/describe
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/snippets/ruby-mode/describe')
-rw-r--r--emacs/.emacs.d/snippets/ruby-mode/describe7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/.emacs.d/snippets/ruby-mode/describe b/emacs/.emacs.d/snippets/ruby-mode/describe
deleted file mode 100644
index acd3a6b..0000000
--- a/emacs/.emacs.d/snippets/ruby-mode/describe
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- mode: snippet; require-final-newline: nil -*-
-# name: describe
-# key: desc
-# --
-describe '$1' do
- $0
-end \ No newline at end of file