aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-04-30 19:36:18 -0500
committerJoshua Peek <josh@joshpeek.com>2009-04-30 19:36:18 -0500
commit261ec996de6279a58d5b10f6f36ee1cc1fb96fc6 (patch)
tree8f23d9de16e47ddae4c7b0d2797f02456332733d /actionpack/lib
parenta6fff94baf0ca5d436cbc5c0fa81f690c8024ff5 (diff)
downloadrails-261ec996de6279a58d5b10f6f36ee1cc1fb96fc6.tar.gz
rails-261ec996de6279a58d5b10f6f36ee1cc1fb96fc6.tar.bz2
rails-261ec996de6279a58d5b10f6f36ee1cc1fb96fc6.zip
Missed stray @request_uri
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_controller/testing/process.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/testing/process.rb b/actionpack/lib/action_controller/testing/process.rb
index 2fbd89ae1c..d059b37f6d 100644
--- a/actionpack/lib/action_controller/testing/process.rb
+++ b/actionpack/lib/action_controller/testing/process.rb
@@ -10,8 +10,6 @@ module ActionController #:nodoc:
@query_parameters = {}
self.session = TestSession.new
self.session_options = TestSession::DEFAULT_OPTIONS.merge(:id => ActiveSupport::SecureRandom.hex(16))
-
- @request_uri = "/"
end
# Wraps raw_post in a StringIO.