method

user_agent=

user_agent=(user_agent)
public

No documentation available.

# File actionpack/lib/action_controller/test_process.rb, line 122
    def user_agent=(user_agent)
      @env['HTTP_USER_AGENT'] = user_agent
    end