1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test
Carlos Antonio da Silva b77781c012 Fix failure with minitest 5.0.7
Require minitest/mock in test where stub method is needed.

Apparently this was being "imported" by minitest pride plugin, which
previously required "minitest/autorun", that required "minitest/mock",
making the method available by chance.

It has been changed in minitest:
595ce955c0

So we need to make sure we require what we really need where necessary.
2013-09-06 09:29:00 -03:00
..
actionpack Move abstract's controller tests to AV 2013-08-25 11:40:11 +02:00
activerecord Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
fixtures Move abstract's controller tests to AV 2013-08-25 11:40:11 +02:00
lib/controller Move view_paths from AP to AV 2013-08-25 11:39:07 +02:00
template Fix failure with minitest 5.0.7 2013-09-06 09:29:00 -03:00
tmp Add tmp dir in actionview/test/ 2013-08-05 01:24:14 +05:30
abstract_unit.rb Do not load AV inside AP 2013-08-25 11:39:12 +02:00
active_record_unit.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00