Skip to content

Commit

Permalink
Update CodeClimate badges (rack#195)
Browse files Browse the repository at this point in the history
* Update CodeClimate badge

* Update badges to the latest
  • Loading branch information
toshimaru authored and Alex Damian Negru committed Apr 5, 2021
1 parent 659524e commit 2c95878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Rack::Test
[<img src="https://travis-ci.org/rack-test/rack-test.svg?branch=master" />](https://travis-ci.org/rack-test/rack-test)
[<img src="https://codeclimate.com/github/rack-test/rack-test.png" />](https://codeclimate.com/github/rack-test/rack-test)
[<img src="https://codeclimate.com/github/rack-test/rack-test/coverage.png" />](https://codeclimate.com/github/rack-test/rack-test)
[![Code Climate](https://codeclimate.com/github/codeclimate/codeclimate/badges/gpa.svg)](https://codeclimate.com/github/codeclimate/codeclimate)
[![Test Coverage](https://codeclimate.com/github/codeclimate/codeclimate/badges/coverage.svg)](https://codeclimate.com/github/codeclimate/codeclimate/coverage)

Code: https://github.com/rack-test/rack-test

Expand Down Expand Up @@ -38,7 +38,7 @@ class HomepageTest < Test::Unit::TestCase
assert last_response.ok?
assert_equal last_response.body, "All responses are OK"
end

def set_request_headers
headers 'Accept-Charset', 'utf-8'
get "/"
Expand Down

0 comments on commit 2c95878

Please sign in to comment.