I am developing a Rails application with Rspec for unit testing.
A few weeks ago, Rspec used to transfer the database to the latest version automatically when doing the "rake spec", but now it does not do it automatically, I have to implement everything for myself.
This happens in a test environment because my development data does not disappear.
It's my fault? I didn’t change anything, I think :)
Thanks in advance.
ruby-on-rails rspec
pablorc
source share