How Can I Initialize Routes Outside of Rails Boot?

I’d like to use my application’s named routes in Watir tests. The
Watir tests are in the source tree with the Rails app.

Is there a way to initialize the routes so that I can use them in the
Watir test code?

Thanks,
Scott