MIgrations and Rspec
        Posted  
        
            by pablorc
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by pablorc
        
        
        
        Published on 2010-05-24T15:29:33Z
        Indexed on 
            2010/06/03
            5:44 UTC
        
        
        Read the original article
        Hit count: 197
        
ruby-on-rails
|rspec
Hi,
I'm developing a Rails application with Rspec for unit testing.
Weeks ago, Rspec used to migrate the database to the last version automatically when executing 'rake spec', but now it doesn't do it automatically, I have to implement everything for myself.
This happens in test environment, because my development data doesn't desappear.
Is my fault? I didn't change anything, I think :)
Thanks in advance.
© Stack Overflow or respective owner