We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64d9b55 + c2f76df commit 79a33c2Copy full SHA for 79a33c2
2 files changed
Snippets/after_all.sublime-snippet
@@ -0,0 +1,8 @@
1
+<snippet>
2
+ <content><![CDATA[after(:all) do
3
+ $0
4
+end]]></content>
5
+ <tabTrigger>afta</tabTrigger>
6
+ <scope>source.ruby.rspec</scope>
7
+ <description>after(:all) do … end</description>
8
+</snippet>
Snippets/before_all.sublime-snippet
+ <content><![CDATA[before(:all) do
+ <tabTrigger>befa</tabTrigger>
+ <description>before(:all) do … end</description>
0 commit comments