aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializer/check_ruby_version_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use Rails.initialize! where we just want to run the initializers and aren't ↵Joshua Peek2009-10-161-2/+2
| | | | concerned about the config
* Have config/application.rb contain the application definition and require ↵Carl Lerche2009-10-151-0/+2
| | | | that file instead of config/boot.rb or config/environment.rb in script/*.
* Fix the broken railties isolation testsCarl Lerche2009-09-291-1/+6
|
* Get Initializer tests running without requiring parts of Rails being loaded ↵Yehuda Katz + Carl Lerche2009-07-061-1/+1
| | | | first
* Added tests for the :install_gem_spec_stubs initializerYehuda Katz + Carl Lerche2009-07-021-9/+1
|
* Wrote tests for the :check_ruby_version initializerYehuda Katz + Carl Lerche2009-07-021-0/+59