2009/12/8 Steve Tooke <[email protected]>: > Is anybody using Cucumber to test an app built with Sequel?
Yes, I have a few > I'm trying to ensure that each scenario is run within a transaction. I'm not really sure how you would go about doing this. But I have to ask you *why* Surely if you're forcing your tests to be within a transaction block you're altering the environment of the test itself, therefore your tests aren't going to accurately test real world usage since each scenario in the real world will *not* be within transaction blocks. Clive -- 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.
