Skip to content

Commit

Permalink
Rename assert_raise to assert_raises
Browse files Browse the repository at this point in the history
  • Loading branch information
hovsater authored and noniq committed Oct 31, 2019
1 parent 78c2ecf commit 02613b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>assert_raise(${1:Exception}) { $0 }</string>
<string>assert_raises(${1:Exception}) { $0 }</string>
<key>name</key>
<string>assert_raise(..) { .. }</string>
<string>assert_raises(..) { .. }</string>
<key>scope</key>
<string>source.ruby</string>
<key>tabTrigger</key>
Expand Down

0 comments on commit 02613b0

Please sign in to comment.