1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

17 commits

Author SHA1 Message Date
Rafael Mendonça França
548cb1cf7b Following documentation guideline 2014-05-14 13:47:14 -03:00
Nick Sutterer
b8ad4b5473 deprecate AbC:Base::parent_prefixes.
rename ::_local_prefixes to ::local_prefixes to state the public attribute.
document the latter.
make ::local_prefixes private, test overriding it and remove documentation for overriding ::_parent_prefixes.
2014-05-13 08:25:24 +10:00
Arthur Neves
176b1b1ff6
Ensure that .process return the method return 2014-05-06 15:35:25 -04:00
Akira Matsuda
f57e5f224b Unused class in AV test 2013-12-25 10:33:42 +09:00
Akira Matsuda
222f00b422 Unused classes in AV tests 2013-12-24 11:04:49 +09:00
Carlos Antonio da Silva
c5b76b5362 Prefer assert_raise instead of flunk + rescue to test for exceptions
Change most tests to make use of assert_raise returning the raised
exception rather than relying on a combination of flunk + rescue to
check for exception types/messages.
2013-12-19 09:20:51 -02:00
Jeremy Kemper
cf56dcf930 Fix integration test to pass same-origin verification 2013-12-17 15:04:59 -07:00
Akira Matsuda
93c74e1b4d More typo fixes 2013-11-27 03:56:12 +09:00
Akira Matsuda
499b602c8e Minor typo fixes 2013-11-27 02:27:38 +09:00
Alex Johnson
01ef2c1943 Refactor File.expand_path usage to remove additional File.join 2013-11-05 10:50:03 +05:30
Arun Agrawal
64eb39a5b9 Moved viewpathstest into actionview/test/actionpack/controller
These test were not running at all,
Now it will run as a tests part.
2013-10-09 20:09:33 +02:00
Łukasz Strzałkowski
e10a25310f Move abstract's controller tests to AV
The ones that were actually testing AV functionality and should belong in there
2013-08-25 11:40:11 +02:00
Łukasz Strzałkowski
7620ab08be Move actionpack's controller tests 2013-08-25 11:40:10 +02:00
Łukasz Strzałkowski
1e001b1db3 Move AP's capture tests to AV 2013-08-25 11:39:14 +02:00
Łukasz Strzałkowski
c9ef9c1442 Move remaining layouts tests to AV 2013-08-25 11:39:14 +02:00
Łukasz Strzałkowski
b5410a73ec Split rendering tests between AP & AV
All rendering test remain in AV. Head, ETag etc. test stay in AP
2013-08-25 11:39:13 +02:00
Łukasz Strzałkowski
acc8e25902 Move render_test to AV 2013-08-25 11:39:13 +02:00