Open
Description
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.
Are you guys running rake db:test:prepare
?
RAILS_ENV=test RUBY_GC_MALLOC_LIMIT=700000000 RUBY_FREE_MIN=500000 RUBY_HEAP_MIN_SLOTS=40000 rake -f Rakefile.build ci:setup:rspec spec 2>&1
I am pretty sure this plugin is doing something weird.