I\'m trying to load up rails in the test environment using a ruby script. I\'ve tried googling a bit and found this recommendation:
require \"../../config/enviro
This command did it for me. I was able to load up the test env aloong with it's Database.
$rails s -e test