aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/asset_debugging_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
|
* Warnings removed for "assert_match /" Please doArun Agrawal2011-09-041-4/+4
| | | | not add more.!
* Fix asset debugging tests to reflect last changes in 3-1-stableGuillermo Iguaran2011-08-311-9/+18
|
* Fix failing asset debug test under 1.8Guillermo Iguaran2011-08-251-1/+1
|
* Move asset debugging tests into a separate test caseDaniel Schierbeck2011-08-251-0/+56
Also: - Refactor AssetDebuggingTest. - Use the %r regexp syntax. That way we don't need to escape the /'s.