[rspec-users] Run cucumber on a different DB than test?
Scott Taylor
scott at railsnewbie.com
Thu Feb 26 13:27:48 EST 2009
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 at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
More information about the rspec-users
mailing list