rails/actionpack/test
claudiob 7d493a6020 Remove unused AV fixtures from AP tests
When `render` was moved from ActionPack to ActionView in acc8e259,
some fixtures required by the tests were duplicated, but they are
actually only required by ActionView tests.

To give one example, `double_render` is already defined [in the AV tests](72139d8d31/actionview/test/actionpack/controller/render_test.rb (L407))
and is never used in the ActionPack tests.
2015-01-11 13:01:13 -08:00
..
abstract Deprecate all *_filter callbacks in favor of *_action callbacks 2015-01-08 20:52:36 +00:00
assertions Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been renamed to `Minitest` 2013-12-18 14:39:50 +05:30
controller Remove unused AV fixtures from AP tests 2015-01-11 13:01:13 -08:00
dispatch No need of requiring `rbconfig`, it is by-default loaded 2015-01-10 20:27:18 +05:30
fixtures Typo: Hello = Guten Tag (in German) 2014-12-05 12:54:15 +07:00
journey make OR in journey patterns compile to a valid regular expression 2014-11-29 01:26:10 +01:00
lib/controller Removing unused fake models 2014-09-07 22:51:14 -03:00
routing Remove deprecate `*_path` helpers in email views 2015-01-04 11:58:42 -03:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb Merge pull request #17862 from lucasmazza/lm-hide-action 2014-12-02 11:40:11 -02:00