diff options
author | Edouard CHIN <edouard.chin@shopify.com> | 2019-07-16 20:21:45 +0200 |
---|---|---|
committer | Edouard CHIN <edouard.chin@shopify.com> | 2019-07-16 22:18:32 +0200 |
commit | 2dbb904c5ef97799908a746c54d2997538aa2906 (patch) | |
tree | c94797efac27d9e2a809d1bac260d7cdf7dd8ee9 /actionpack/test/controller/url_for_test.rb | |
parent | 5a9301ce47f1117c8d457cad2b850f932bf7f518 (diff) | |
download | rails-2dbb904c5ef97799908a746c54d2997538aa2906.tar.gz rails-2dbb904c5ef97799908a746c54d2997538aa2906.tar.bz2 rails-2dbb904c5ef97799908a746c54d2997538aa2906.zip |
Don't include routes helpers inside System test class:
- https://github.com/rails/rails/pull/36283 made a change to
make SystemTest inherits from ActiveSupport::TestCase instead
of ActionDispatch::IntegrationTest.
With this change, the route helpers are now directly included inside
the SystemTest class. This causes an edge case in case you have a
routes whos name starts with `test_`, minitest will consider it as a
test and will try to run it https://github.com/seattlerb/minitest/blob/ab39d35fb4e84eb866ed9c4ecb707cbf3889de42/lib/minitest/test.rb#L66
This PR uses a proxy and deleted missing method to a dummy class
that has all the route helpers.
Diffstat (limited to 'actionpack/test/controller/url_for_test.rb')
0 files changed, 0 insertions, 0 deletions