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:
parent
ee6bbcb6ae
commit
a6d0ae28e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue