aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/extensions/rack.rb
blob: 8a543e21105d50228384c09df50c99be23b1e92f (plain) (blame)
1
2
3
4
5
# Monkey patch in new test helper methods
unless Rack::Utils.respond_to?(:build_nested_query)
  require 'action_dispatch/extensions/rack/mock'
  require 'action_dispatch/extensions/rack/utils'
end