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
Adding the four lines suggested to rails_helper.rb and running USE_PIPPI=1 bundle exec ./bin/rake causes numerous tests to fail in our otherwise passing test suite.
All these tests are related to duplicate records clashes, or return values not being empty, all of which point to transactions breaking, or the database cleaner gem not firing correctly.
We are running with rspec 3.2, database cleaner (set up as Avdi does in his blog post) and pippi 0.0.12
The text was updated successfully, but these errors were encountered:
@phantomwhale thanks for the report. I think there are still some bugs in the method decorating logic, and you're seeing those. Any chance you can supply more details to help with tracking down the issues?
Hey Tom - in the trenches at the moment getting a new app up and live, but if I get a chance to circle back and try pippi again during a hack day, I'll certainly try and extract some more details.
Adding the four lines suggested to
rails_helper.rb
and runningUSE_PIPPI=1 bundle exec ./bin/rake
causes numerous tests to fail in our otherwise passing test suite.All these tests are related to duplicate records clashes, or return values not being empty, all of which point to transactions breaking, or the database cleaner gem not firing correctly.
We are running with rspec 3.2, database cleaner (set up as Avdi does in his blog post) and pippi 0.0.12
The text was updated successfully, but these errors were encountered: