Class: UserAgent::Test

Inherits:
Object
  • Object
show all
Defined in:
lib/user_agent/test.rb

Constant Summary collapse

AGENT_STRINGS =

some sample user agent strings for use in tests.

{
  :googlebot => "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)",
  :msnbot    => "msnbot/1.1 (+http://search.msn.com/msnbot.htm)",
  :firefox   => "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.12) Gecko/2009070609 Firefox/3.0.12",
  :opera     => "Opera/8.00 (Windows NT 5.1; U; en)"
}