Hi,

We have a continuous integration server setup for our rails projects.
I would like to set-up a different rails environment for running the
tests on the build server so that I don't have to force all the
developers to set-up their local databases to match the build box's
connection information. However, when do something like:

rake RAILS_ENV=build test:units

It still tries to use the db connection information from the test
environment. I think this must be hardcoded somewhere.

Is there a way to get the test tasks to run with a different rails
environment?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to