diff options
author | José Valim <jose.valim@gmail.com> | 2010-09-02 12:55:14 +0200 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-09-02 12:55:14 +0200 |
commit | b8f3b262e091ad31f2aa2859e58bed541eeca8ec (patch) | |
tree | ccf6f74b1ca019f76fb36d5d385f47e386e26720 /railties | |
parent | 48bf667a8b1c489bd6edff0b8322324a7a1b06bc (diff) | |
download | rails-b8f3b262e091ad31f2aa2859e58bed541eeca8ec.tar.gz rails-b8f3b262e091ad31f2aa2859e58bed541eeca8ec.tar.bz2 rails-b8f3b262e091ad31f2aa2859e58bed541eeca8ec.zip |
Remove deprecated dispatch test.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/test/application/rackup_test.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/railties/test/application/rackup_test.rb b/railties/test/application/rackup_test.rb index 863950c04f..b0a9925890 100644 --- a/railties/test/application/rackup_test.rb +++ b/railties/test/application/rackup_test.rb @@ -31,13 +31,6 @@ module ApplicationTests assert_kind_of Rails::Application, Rails.application end - # Passenger still uses AC::Dispatcher, so we need to - # keep it working for now - test "deprecated ActionController::Dispatcher still works" do - rackup - assert_kind_of Rails::Application, ActionController::Dispatcher.new - end - test "the config object is available on the application object" do rackup assert_equal 'UTC', Rails.application.config.time_zone |