diff --git a/_includes/README.html b/_includes/README.html index 5a23b16a..a986a319 100644 --- a/_includes/README.html +++ b/_includes/README.html @@ -493,8 +493,8 @@

Test::Unit

end def test_with_agent - get '/', :agent => 'Songbird' - assert_equal 'You're in Songbird!', @response.body + get '/', :env => { :agent => 'Songbird' } + assert_equal "You're in Songbird!", @response.body end ... @@ -613,8 +613,8 @@

More

documentation, news, and links to other resources. -
  • Contributing - Find -a bug? Need help? Have a patch? +
  • Contributing - +Find a bug? Need help? Have a patch?
  • Lighthouse - Issue tracking