On Feb 26, 2009, at 1:19 PM, Forrest Chang wrote:

Hi all:

Is it possible to run Rails Cucumber spec in a different DB than the test DB? I'd like to run the rspec and cucumber tests in parallel in my cc.rb build, and as it is now, I get MYSQL deadlocks on occasion. I could serialize them, but I'd like the quicker feedback of running them in parallel.

Why not create a new environment, and set RAILS_ENV="test_cucumber" ?

Scott



Forrest

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to