correct the ActionCacheTest from [7346]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7348 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Rick Olson
2007-08-20 13:48:13 +00:00
parent 1a459e8e7d
commit 0fc77b3928

View File

@@ -281,6 +281,8 @@ class ActionCacheTest < Test::Unit::TestCase
end
def test_correct_content_type_is_returned_for_cache_hit
# run it twice to cache it the first time
get :index, :id => 'content-type.xml'
get :index, :id => 'content-type.xml'
assert_equal 'application/xml', @response.content_type
end