1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/journey
Jonathan Hefner 2037185ed1 Satisfy Rubocop
Fixes offense:

```
actionpack/test/journey/router_test.rb:493:37: C: Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
            options = options.merge(:_recall => recall)
                                    ^^^^^^^^^^^
```
2020-05-19 19:50:07 -05:00
..
gtg Remove unused journey code 2020-04-25 00:40:37 +09:00
nodes Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
path Memoize regex when checking missing route keys 2020-01-08 08:36:29 +01:00
route/definition Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
router Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +09:00
route_test.rb Remove Route#build as it wasn't used 2019-05-22 23:59:18 +02:00
router_test.rb Satisfy Rubocop 2020-05-19 19:50:07 -05:00
routes_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00