rails--rails/railties/test/application
Carlhuda 84f1137ef8 Merge remote branch 'origin/master'
Conflicts:
	railties/lib/rails/application.rb
2009-12-23 19:18:11 -08:00
..
configuration_test.rb Merge remote branch 'origin/master' 2009-12-23 19:18:11 -08:00
console_test.rb More robust console test 2009-10-05 09:41:08 -05:00
generators_test.rb tests pass with requiring the frameworks in rails.rb 2009-12-23 15:16:38 -08:00
initializer_test.rb Moving out some framework specific initializers into the framework libraries. 2009-12-23 16:13:09 -08:00
load_test.rb Rackup config.ru from the correct directory 2009-12-23 19:10:44 -08:00
notifications_test.rb Notifications: extract central Notifier, cordon off the internal Fanout implementation, and segregate instrumentation concerns 2009-11-28 12:50:09 -08:00
routing_test.rb Isolation tests intentionally avoid loading any state (because they're often testing things that have their own load path semantics that should not be polluted), so rack/test is not yet on the load path. Moving require "rack/test" into the setup means and after boot_rails means that it'll be required after the laod path has been altered to add in the Rails vendor/gems 2009-12-23 17:46:38 -08:00