svenfuchs / routing-filter

routing-filter wraps around the complex beast that the Rails routing system is, allowing for unseen flexibility and power in Rails URL recognition and generation.
http://www.artweb-design.de
MIT License
464 stars 84 forks source link

Refactor the test suite for Rails 2.3 to 3.2 #33

Closed mjonuschat closed 12 years ago

mjonuschat commented 12 years ago

This is a (huge) bugfix for the test unit setup. The main changes included in this pull request are:

For the rails 2.3 tests to pass issue #32 needs to be resolved first

To make the rails 3.2 tests pass i'll send a separate pull request.