Skip to content

Commit

Permalink
Merge pull request honza#330 from brandonhilkert/master
Browse files Browse the repository at this point in the history
Add asi => assert_includes for Ruby
  • Loading branch information
taq committed Mar 29, 2014
2 parents 2ca5883 + 6541994 commit 3924bae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snippets/ruby.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,8 @@ snippet asne
assert_not_equal ${1:unexpected}, ${2:actual}
snippet asid
assert_in_delta ${1:expected_float}, ${2:actual_float}, ${3:2 ** -20}
snippet asi
assert_includes ${1:collection}, ${2:object}
snippet asio
assert_instance_of ${1:ExpectedClass}, ${2:actual_instance}
snippet asko
Expand Down

0 comments on commit 3924bae

Please sign in to comment.