aboutsummaryrefslogtreecommitdiff
path: root/ruby/tests/repeated_field_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)Paul Yang2018-07-021-1/+1
| | | | | | | | | | | | * Add continuous test for ruby 2.3, 2.4 and 2.5 * Change ruby 2.5 to 2.5.0 * No need to provide argument to rb_funcall when argc is 0 * Fix tests for ruby 2.5 * Use rescue instead of assert_raise to accept subclass of error
* Fix RepeatedField#delete_if (#4292)Stuart Campbell2018-04-301-0/+9
| | | Make RepeatedField#delete_if consistent with Array#delete_if.
* test for field reassignment@rubynerd2017-10-121-0/+6
|
* make repeated_field quack like an arrayAdam Greene2015-05-141-0/+640