README.md in rack-test-0.8.2 vs README.md in rack-test-0.8.3
- old
+ new
@@ -63,11 +63,11 @@
get '/other_paths'
assert last_response.ok?
assert_equal last_response.body, 'All responses are OK'
end
-
+
def post_with_json
# No assertion in this, we just demonstrate how you can post a JSON-encoded string.
# By default, Rack::Test will use HTTP form encoding if you pass in a Hash as the
# parameters, so make sure that `json` below is already a JSON-serialized string.
post(uri, json, { 'CONTENT_TYPE' => 'application/json' })
@@ -132,8 +132,9 @@
* Provide an explanation/motivation in your commit message / PR message
* Ensure History.txt is updated
## Releasing
-* Ensure History.txt is up-to-date
+* Ensure `History.md` is up-to-date
* Bump VERSION in lib/rack/test/version.rb
* bundle exec thor :release
+* Updated the [GitHub releases page](https://github.com/rack-test/rack-test/releases)