Routes are not available in RSpec integration test

My RSpec integration tests do not seem to have access to the rails routes methods. Here's a link to my more descriptive question on stack overflow: ruby on rails - Routes are not available in RSpec integration test - Stack Overflow

Does anyone know how to fix this?