aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/activerecord/controller_runtime_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Store the old logger before calling superRafael Mendonça França2016-07-171-1/+1
| | | | | | setup in ActiveSupport::LogSubscriber::TestHelper call set_logger that will change ActionController::Base.logger to the MockLogger so that logger will be always MockLogger
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
| | | | ref: https://github.com/rails/rails/pull/18763#issuecomment-72349769
* Removed warningRafael Mendonça França2014-08-181-1/+1
|
* Remove usafe of respond_to in ActionView testsJosé Valim2014-08-171-3/+1
|
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+95