1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix teardown method name typo

This commit is contained in:
Jeremy Kemper 2008-07-07 13:09:56 -07:00
parent ee6bbcb6ae
commit a6d0ae28e3

View file

@ -124,7 +124,7 @@ class AcceptBasedContentTypeTest < ActionController::TestCase
ActionController::Base.use_accept_header = true
end
def tear_down
def teardown
ActionController::Base.use_accept_header = false
end