diff --git a/README.rdoc b/README.rdoc index 68ab644f..a62a27f3 100644 --- a/README.rdoc +++ b/README.rdoc @@ -420,7 +420,7 @@ and Bacon through separate source files. end def test_with_agent - get '/', :agent => 'Songbird' + get '/', :env => { :agent => 'Songbird' } assert_equal "You're in Songbird!", @response.body end