On Thu, Jan 20, 2011 at 3:31 PM, Jason Thomas <[email protected]>wrote:
> Not sure why the javascript tests can't be transactional but I have a lot > of them and thus I leave my DB with data. > https://github.com/aslakhellesoy/cucumber/wiki/Browsers-and-Transactions I actually get around this by running cucumber and the server in the same JRuby process and setting `Sequel.single_threaded = true`. Then even the browser tests are transactional. -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
