/toxiproxy-rails-example

Example Rails application that uses Toxiproxy for resiliency testing.

Primary LanguageRuby

Toxiproxy Example Rails Application

It requires Redis running on the default port (6379) on your machine. To set it up and run the tests:

$ script/setup
$ bundle exec rake test

See Toxiproxy's example documentation.