Aaron Patterson
|
8f309e3105
|
convert railties to use AS::TestCase
|
2012-01-05 17:30:17 -08:00 |
|
Arun Agrawal
|
76b6027cd8
|
Unused variable removed
|
2011-11-15 13:23:27 +05:30 |
|
Jon Leighton
|
62570e8626
|
Solve the RAILS_ENV problem in the railties tests in a more generic way
|
2011-06-06 13:54:05 +01:00 |
|
Jon Leighton
|
cdce7ff191
|
Force RAILS_ENV=development in rackup_test.rb. This fixes a problem on the CI server. For some reason the RAILS_ENV on the CI server is production, which means that the ActionDispatch::Static middleware is not used, and so the request in 'config.ru can be racked up' returns a 404 rather than a 200.
|
2011-06-04 23:47:03 +01:00 |
|
José Valim
|
b8f3b262e0
|
Remove deprecated dispatch test.
|
2010-09-02 12:55:14 +02:00 |
|
José Valim
|
048cf9e922
|
Fix typo on rackup test (ht: pleax)
|
2010-05-20 13:49:06 -07:00 |
|
Neeraj Singh
|
39a246f545
|
Final iteration of use better testing methods
[#4652 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-05-19 21:31:51 +02:00 |
|
José Valim
|
1dca7ebc93
|
Refactor railties test, break huge files in smaller chunks and move initializers to application folder.
|
2010-01-26 13:57:11 +01:00 |
|