rails/actionview/test/actionpack
Sean Griffin e6bb1a1b1f Delete bad test
This test was broken by f650e0324207e46ed5240380e60bdf1e2a5023a6. It was
added by https://github.com/rails/rails/pull/17978, and is adequately
tested elsewhere. The reason that this breaks is that
`Controller#process` is not going to set a new response object, and we
now terminate in callbacks if the response has been sent. The only
reason that this test was calling `get` in the first place was because
the controller under test blows up if `request` was `nil`. The point
being that the failure is invalid, and I don't think we need to fix the
test in this location.
2016-06-07 14:36:14 -04:00
..
abstract Add more test coverage to layouts 2016-05-20 22:41:32 -03:00
controller Delete bad test 2016-06-07 14:36:14 -04:00