Skip to content

Commit d82561c

Browse files
committed
Merge pull request joseramonc#21 from ashlinchak/master
Add context snippet
2 parents 32b6b9c + b223a34 commit d82561c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

snippets/ruby_files.cson

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
end
1818
"""
1919

20+
'context':
21+
'prefix': 'context'
22+
'body': """
23+
context "when $1" do
24+
$2
25+
end
26+
"""
27+
2028
'class':
2129
'prefix': 'class'
2230
'body': """

0 commit comments

Comments
 (0)