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 ##
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
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
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