You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trouble
I just ran rake db:migrate followed by rspec, the test suite passes, but not when running rake ci:setup:rspec spec.
It strangely removes the database triggers on the test database.
You should run your rake command in the verbose mode to see if anything is triggering db:test:prepare. Out of wild curiosity, did you just recently upgrade to Rails 4.2? I believe there is a new option that ensures that your database schema matches when running tests, which will start by dropping the database, which could delete triggers.
I've been trouble
I just ran
rake db:migrate
followed byrspec
, the test suite passes, but not when runningrake ci:setup:rspec spec
.It strangely removes the database triggers on the test database.
Are you guys running rake
db:test:prepare
?I am pretty sure this plugin is doing something weird.
The text was updated successfully, but these errors were encountered: