Re: camping-test error: undefined method `fixtures'

2009-05-07 Thread Magnus Holm
That sounds like a good idea. I've figured out one way to do cookies, but still need to find a way to handle sessions. Pushing later when I've come up with something :-) //Magnus Holm On Wed, May 6, 2009 at 22:28, Mikkel Refsgaard Bech wrote: > > On 05/05/2009, at 22.49, Magnus Holm wrote: > >

Re: camping-test error: undefined method `fixtures'

2009-05-06 Thread Mikkel Refsgaard Bech
On 05/05/2009, at 22.49, Magnus Holm wrote: Oh crap. Did that get commited? I was just testing if the memory- database had anything to do with it and forgot to change it back later. Pushing a "fix" tomorrow :-) Sweet. One other thing, I can't figure out how to input some @state before I

Re: camping-test error: undefined method `fixtures'

2009-05-05 Thread Magnus Holm
Oh crap. Did that get commited? I was just testing if the memory-database had anything to do with it and forgot to change it back later. Pushing a "fix" tomorrow :-) //Magnus Holm On Tue, May 5, 2009 at 22:40, Mikkel Refsgaard Bech wrote: > On 03/05/2009, at 21.34, Magnus Holm wrote: > > I've

Re: camping-test error: undefined method `fixtures'

2009-05-05 Thread Mikkel Refsgaard Bech
On 03/05/2009, at 21.34, Magnus Holm wrote: I've pushed out a fix now. Could you verify it? Works fine, thank you. Any reason for not using the :memory: database any longer? Regards, Mikkel ___ Camping-list mailing list Camping-list@rubyforge.org

Re: camping-test error: undefined method `fixtures'

2009-05-03 Thread Magnus Holm
I've pushed out a fix now. Could you verify it? //Magnus Holm On Sat, May 2, 2009 at 22:04, Mikkel Refsgaard Bech wrote: > Hi > > Trying to use camping-test with my camping app but I get an error: > undefined method `fixtures' > > The error can be reproduced by using this empty app (your_app.r

Re: camping-test error: undefined method `fixtures'

2009-05-02 Thread Magnus Holm
Oh, didn't know anyone was actually using this :-) It's because Rails no longer include the fixture-model into Test::Unit::TestCase, but rather into a subclass. I'll see if I can fix it... //Magnus Den 2. mai. 2009 kl. 22.04 skrev Mikkel Refsgaard Bech >: Hi Trying to use camping-test