aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/templates/test/test_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-231-13/+0
| | | | former since it's less obstrusive.
* Resolve test/unit load ordering by removing backtrace filter from boot ↵Jeremy Kemper2010-02-111-2/+1
| | | | initializers
* Check if Test::Unit is defined before adding backtrace filter.José Valim2010-02-071-0/+1
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-181-0/+13
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-38/+0
|
* Change current sstructure.José Valim2009-06-231-0/+38