We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c2ecf commit 02613b0Copy full SHA for 02613b0
Snippets/assert_raise(..) { .. } (asr).plist renamed to Snippets/assert_raises(..) { .. } (asr).plist
@@ -3,9 +3,9 @@
3
<plist version="1.0">
4
<dict>
5
<key>content</key>
6
- <string>assert_raise(${1:Exception}) { $0 }</string>
+ <string>assert_raises(${1:Exception}) { $0 }</string>
7
<key>name</key>
8
- <string>assert_raise(..) { .. }</string>
+ <string>assert_raises(..) { .. }</string>
9
<key>scope</key>
10
<string>source.ruby</string>
11
<key>tabTrigger</key>
0 commit comments