Re: [rspec-users] rake spec defaults to devel env

2008-09-29 Thread Tero Tilus
2008-09-26 20:19, Jonathan Linowes: > rake spec looks at the development environment to prepare the db > schema, but still runs the specs in test Looks like you're right. I haven't really had time to test this though. I'll tell when I really know whats going on inside our app. -- Tero Tilus ##

Re: [rspec-users] rake spec defaults to devel env

2008-09-26 Thread Jonathan Linowes
On Sep 26, 2008, at 1:36 PM, Tero Tilus wrote: I was experiencing the weirdest behavior (rake spec running fine without a test database) the other day. Turned out that actually rake spec was (and has been for heavens know how long for me) running in development environment. However script/spec

Re: [rspec-users] rake spec defaults to devel env

2008-09-26 Thread David Chelimsky
On Fri, Sep 26, 2008 at 12:36 PM, Tero Tilus <[EMAIL PROTECTED]> wrote: > I was experiencing the weirdest behavior (rake spec running fine > without a test database) the other day. Turned out that actually rake > spec was (and has been for heavens know how long for me) running in > development envi

[rspec-users] rake spec defaults to devel env

2008-09-26 Thread Tero Tilus
I was experiencing the weirdest behavior (rake spec running fine without a test database) the other day. Turned out that actually rake spec was (and has been for heavens know how long for me) running in development environment. However script/spec runs in test environment just as I expect it to do