Skip to content

Commit 1f9da3d

Browse files
committed
make description match type of quotes used
1 parent 79ad857 commit 1f9da3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snippets/context.sublime-snippet

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
end]]></content>
55
<tabTrigger>con</tabTrigger>
66
<scope>source.ruby.rspec</scope>
7-
<description>context 'description' do … end</description>
7+
<description>context "description" do … end</description>
88
</snippet>

0 commit comments

Comments
 (0)