Re: [rspec-users] namespaced controllers

2007-12-12 Thread Thijs Cadier
Has anybody been taking a look at this issue? I'm getting a little annoyed touching the namespaced controllers before running the specs all the time :-). Scott Taylor-6 wrote: > >> >> Figured out how to reproduce it. It depends on load order, I guess. >> >> Given the files: >> spec/controlle

Re: [rspec-users] namespaced controllers

2007-12-12 Thread Thijs Cadier
Hi David, You might have taken my message the wrong way. I didn't mean to say I was annoyed because the Rspec team hasn't delivered a solution for my problem. I was trying to say that I'm annoyed by the consequences of this problem, in a friendly way. I actually had a look at the Rspec code, but

[rspec-users] Fixtures in Jruby Mysql

2008-04-21 Thread Thijs Cadier
Hi, I've been developing a Rails frontend to a Java backend which is working great. I'm running into trouble now that I'm adding a few models though. All specs that use fixtures fail. Jruby gives this error message in the Rspec version of two weeks ago: java.sql.SQLException: Can't call rollback

Re: [rspec-users] Fixtures in Jruby Mysql

2008-04-21 Thread Thijs Cadier
I just realized I made a mistake in the description of the problem. The specs don't fail, but crash. Nothing after the fixtures line in the spec is executed. -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.o