Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert railties to use AS::TestCase | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | Unused variable removed | Arun Agrawal | 2011-11-15 | 1 | -1/+1 |
| | |||||
* | Solve the RAILS_ENV problem in the railties tests in a more generic way | Jon Leighton | 2011-06-06 | 1 | -3/+1 |
| | |||||
* | Force RAILS_ENV=development in rackup_test.rb. This fixes a problem on the ↵ | Jon Leighton | 2011-06-04 | 1 | -0/+6 |
| | | | | 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. | ||||
* | Remove deprecated dispatch test. | José Valim | 2010-09-02 | 1 | -7/+0 |
| | |||||
* | Fix typo on rackup test (ht: pleax) | José Valim | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | Final iteration of use better testing methods | Neeraj Singh | 2010-05-19 | 1 | -2/+2 |
| | | | | | | [#4652 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Refactor railties test, break huge files in smaller chunks and move ↵ | José Valim | 2010-01-26 | 1 | -0/+46 |
initializers to application folder. |