I'm having what appears to be the same issue as undefined method `assertions' in routing spec but I'm running Rails 4 and it is locked to minitest 5.0 or greater. Thus the solution to use minitest 4.7 I can't make work. Is there a work around for this? Where would I report the bug?
相关问题
- Strong parameter override for DeviseTokenAuth cont
- Mechanize getting “Errno::ECONNRESET: Connection r
-
undefined method `type_cast' for #
- Rails- customize view of confirm dialog box before
- ActiveModel::Serializer in Rails - serializer meth
相关文章
- “No explicit conversion of Symbol into String” for
- form_for wrong number of arguments in rails 4
-
553 5.7.1
: Sender address rejected: not - Rails 4 app on Heroku is 500ing, but no error mess
- Creating multiple nested forms using simple_form a
- Rails Activerecord Relation: using subquery as a t
- ActionController::UrlGenerationError, No route mat
- whitelisting deeply nested strong parameters in ra
This problem is caused by a change in minitest 5.0 documented here:
# https://github.com/seattlerb/minitest/issues/286
is fixed by using:
in the gemfile.