mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add ruby snippets for describe and context for use in Rspec
This commit is contained in:
4
snippets/ruby-mode/general/con
Normal file
4
snippets/ruby-mode/general/con
Normal file
@@ -0,0 +1,4 @@
|
||||
# name: context '...'
|
||||
# key: con
|
||||
# --
|
||||
context '$1'$0
|
||||
4
snippets/ruby-mode/general/des
Normal file
4
snippets/ruby-mode/general/des
Normal file
@@ -0,0 +1,4 @@
|
||||
# name: describe '...'
|
||||
# key: des
|
||||
# --
|
||||
describe '$1'$0
|
||||
Reference in New Issue
Block a user