jtrupiano / rack-rewrite

A web server agnostic rack middleware for defining and applying rewrite rules. In many cases you can get away with Rack::Rewrite instead of writing Apache mod_rewrite rules.
http://github.com/jtrupiano/rack-rewrite
MIT License
836 stars 80 forks source link

Fix test for Ruby 2.3.x #82

Open tricknotes opened 8 years ago

tricknotes commented 8 years ago

In Ruby 2.3, test-unit is removed from bundled gems. ref: https://bugs.ruby-lang.org/issues/9711