rack-attack/docs/development.md at master · Dom-R/rack-attack

Latest commit

File metadata and controls

17 lines (9 loc) · 498 Bytes

Rack::Attack: Development

Running the tests

You will need both Redis and Memcached 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

Install test dependencies by running:

$ bundle exec appraisal install

Then run the test suite by running

$ bundle exec appraisal rake test