mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
13 lines
422 B
Markdown
13 lines
422 B
Markdown
# Rack::Attack: Development
|
|
|
|
## Running the tests
|
|
|
|
You will need both [Redis](https://redis.io/) and [Memcached](https://memcached.org/) running locally and bound to IP `127.0.0.1` on default ports (`6379` for Redis, and `11211` for Memcached) and able to be accessed without authentication.
|
|
|
|
Install dependencies by running
|
|
|
|
$ bundle install
|
|
|
|
Then run the test suite by running
|
|
|
|
$ bundle exec appraisal rake test
|