Fix typo on rackup test (ht: pleax)

This commit is contained in:
José Valim 2010-05-20 13:49:06 -07:00
parent c0db7840fe
commit 048cf9e922
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module ApplicationTests
# keep it working for now
test "deprecated ActionController::Dispatcher still works" do
rackup
assert_kind_of? Rails::Application, ActionController::Dispatcher.new
assert_kind_of Rails::Application, ActionController::Dispatcher.new
end
test "the config object is available on the application object" do