aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/content_negotiation_test.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-10-03 23:18:32 -0500
committerJoshua Peek <josh@joshpeek.com>2009-10-03 23:18:32 -0500
commit61411f2aeb29edba2d8cd2008020044799ea3d61 (patch)
treed2e6c4b5a30e27a9b8739ed6a050c30e7be70d20 /actionpack/test/controller/new_base/content_negotiation_test.rb
parent8287a112c92aff73d45536f0942d9dc7ba107bd7 (diff)
downloadrails-61411f2aeb29edba2d8cd2008020044799ea3d61.tar.gz
rails-61411f2aeb29edba2d8cd2008020044799ea3d61.tar.bz2
rails-61411f2aeb29edba2d8cd2008020044799ea3d61.zip
Redraw default routes on all internal integration tests. We don't need SimpleRouteCase anymore
Diffstat (limited to 'actionpack/test/controller/new_base/content_negotiation_test.rb')
-rw-r--r--actionpack/test/controller/new_base/content_negotiation_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/new_base/content_negotiation_test.rb b/actionpack/test/controller/new_base/content_negotiation_test.rb
index c43cb677f8..7b38a82f51 100644
--- a/actionpack/test/controller/new_base/content_negotiation_test.rb
+++ b/actionpack/test/controller/new_base/content_negotiation_test.rb
@@ -9,7 +9,7 @@ module ContentNegotiation
)]
end
- class TestContentNegotiation < SimpleRouteCase
+ class TestContentNegotiation < Rack::TestCase
test "A */* Accept header will return HTML" do
get "/content_negotiation/basic/hello", {}, "HTTP_ACCEPT" => "*/*"
assert_body "Hello world */*!"