Skip to content

Commit

Permalink
README: add contributing instructions for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah authored May 15, 2024
1 parent 5fc73d3 commit 0315a6a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,19 @@ Please see the [doc](doc) folder for further documentation on:
* [Settings](doc/settings.md)
* [Logging](doc/logging.md)

Additionally there is a [demo app](https://github.com/zombocom/rack_timeout_demos) that shows the impact of changing settings and how the library behaves when a timeout is hit.
Additionally there is a [demo app](https://github.com/zombocom/rack_timeout_demos)
that shows the impact of changing settings and how the library behaves
when a timeout is hit.

Contributing
------------

Run the test suite:

```console
bundle
bundle exec rake test
```

Compatibility
-------------
Expand All @@ -118,4 +130,4 @@ for Rails apps, Rails 3.x and up.

---
Copyright © 2010-2020 Caio Chassot, released under the MIT license
<http://github.com/sharpstone/rack-timeout>
<http://github.com/zombocom/rack-timeout>

0 comments on commit 0315a6a

Please sign in to comment.