Add ruby snippets for describe and context for use in Rspec

This commit is contained in:
2012-06-21 10:28:42 +01:00
parent 8d0d0afdbf
commit bf6b68d355
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# name: context '...'
# key: con
# --
context '$1'$0

View File

@@ -0,0 +1,4 @@
# name: describe '...'
# key: des
# --
describe '$1'$0