Skip to content

Commit

Permalink
Remove deprecated dispatch test.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 2, 2010
1 parent 48bf667 commit b8f3b26
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions railties/test/application/rackup_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ def setup
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
Expand Down

0 comments on commit b8f3b26

Please sign in to comment.