I want to run my capybara-webkit-enabled acceptance tests through Pow. Our app has several subdomains, and it's a pain getting it to work. If I run my tests through pow, though, they work. Only problem is I have to edit my .powenv and restart pow to run my tests, and then same deal to go back to the dev env.
My goal now is to have appname.dev go to my app with the development environment loaded, and appname.test go to the same app with test environment.
Is this possible with pow?
I can set up appname.dev and appname.test (http://pow.cx/manual.html#section_3.1), but they both read the same .powenv, and thus start with the same RAILS_ENV.