Re: [rspec-users] Cucmber: Mysql::Error: query: not connected: ROLLBACK

2009-04-20 Thread aslak hellesoy
On Mon, Apr 20, 2009 at 9:07 PM, Martin wrote: > Hi Aslkak, > I have been called many things, but never that. > > > Did you change your test.rb to use >> config.cache_classes = false >> ? >> > > you're right, I changed it because of rspec-server. Now I found the hint on > > http://wiki.github

Re: [rspec-users] Cucmber: Mysql::Error: query: not connected: ROLLBACK

2009-04-20 Thread Martin
Hi Aslkak, Did you change your test.rb to use config.cache_classes = false ? you're right, I changed it because of rspec-server. Now I found the hint on http://wiki.github.com/dchelimsky/rspec/spec_server-autospec-nearly-pure-bdd-joy that it breaks cucumber... Thanks, Martin _

Re: [rspec-users] Cucmber: Mysql::Error: query: not connected: ROLLBACK

2009-04-19 Thread aslak hellesoy
On Sun, Apr 19, 2009 at 10:16 PM, aslak hellesoy wrote: > > > On Sun, Apr 19, 2009 at 8:56 PM, Martin wrote: > >> Hi, >> >> I ran in trouble with unexpected rollbacks using cucumber 0.3.0. >> > > Probably the same issue as this: > https://rspec.lighthouseapp.com/projects/16211/tickets/284-rollbac

Re: [rspec-users] Cucmber: Mysql::Error: query: not connected: ROLLBACK

2009-04-19 Thread aslak hellesoy
On Sun, Apr 19, 2009 at 8:56 PM, Martin wrote: > Hi, > > I ran in trouble with unexpected rollbacks using cucumber 0.3.0. > Probably the same issue as this: https://rspec.lighthouseapp.com/projects/16211/tickets/284-rollbacks-not-working-as-expected I haven't found a solution yet, but I'm worki