Project

General

Profile

Download (303 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d03c67d3 09/20/2017 02:46 AM Marek Hulán

Fixes #21010 - add higher granularity and reorder seeds

edd5310f 04/20/2017 10:57 AM Dominic Cleal

fixes #19131 - upgrade minitest to latest 5.x

- override minitest's `_` expectation method with the gettext method
- rename `location` let helper, conflicted with a minitest method name
- fix `assert_equal nil, [..]` deprecation warnings, prefer `assert nil`...