rails/actionview/test
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
..
actionpack Fix actionview tests execution 2018-03-04 18:52:26 +02:00
activerecord Remove unused methods from RenderPartialWithRecordIdentificationController 2017-09-30 17:38:27 +09:00
fixtures Clean up and consolidate .gitignores 2018-02-17 14:26:19 -08:00
lib/controller Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
template Let select render default selected option for required field 2018-02-27 23:36:05 +03:00
ujs Add support for automatic nonce generation for Rails UJS 2018-02-19 15:59:34 +00:00
abstract_unit.rb Include ActionDispatch::DrawOnce in ActiveSupport::TestCase 2017-09-27 08:51:37 +09:00
active_record_unit.rb Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00