README.md in rack-test-2.0.2 vs README.md in rack-test-2.1.0

- old
+ new

@@ -39,10 +39,10 @@ # First argument is treated as the path get '/' assert last_response.ok? - assert_equal last_response.body, 'All responses are OK' + assert_equal 'All responses are OK', last_response.body end def delete_with_url_params_and_body # First argument can have a query string #