Skip to content

Commit

Permalink
Missed stray @request_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed May 1, 2009
1 parent a6fff94 commit 261ec99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions actionpack/lib/action_controller/testing/process.rb
Expand Up @@ -10,8 +10,6 @@ def initialize(env = {})
@query_parameters = {} @query_parameters = {}
self.session = TestSession.new self.session = TestSession.new
self.session_options = TestSession::DEFAULT_OPTIONS.merge(:id => ActiveSupport::SecureRandom.hex(16)) self.session_options = TestSession::DEFAULT_OPTIONS.merge(:id => ActiveSupport::SecureRandom.hex(16))

@request_uri = "/"
end end


# Wraps raw_post in a StringIO. # Wraps raw_post in a StringIO.
Expand Down

0 comments on commit 261ec99

Please sign in to comment.