You have access to an app object which you can use to test routes on.
>> app.root_url
=> "http://www.example.com/"
>> app.root_path
=> "https://stackoverflow.com/"
You have access to an app object which you can use to test routes on.
>> app.root_url
=> "http://www.example.com/"
>> app.root_path
=> "https://stackoverflow.com/"