rails/actionview/test/actionpack/controller
bogdanvlviv b41c981bc4
Fix actionview tests execution
On my local environment execution of `cd actionview/ && bin/test` raises error:

```
(snip)
rails/actionview/test/template/render_test.rb:6:in `<top (required)>': superclass mismatch for class TestController (TypeError)
```

In some test files `TestController` inherited from `ActionController::Base`,
but in `test/actionpack/controller/render_test.rb` file `TestController`
inherited from `ApplicationController`.
This produces error `superclass mismatch for class TestController (TypeError)`

Step to reproduce this on any environment:
`cd actionview/ && bin/test test/template/streaming_render_test.rb test/actionpack/controller/render_test.rb`
2018-03-04 18:52:26 +02:00
..
capture_test.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
layout_test.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
render_test.rb Fix actionview tests execution 2018-03-04 18:52:26 +02:00
view_paths_test.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00