Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 276 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 276 Bytes

README

This app tests behaviour of ActiveRecord::Core.== in multi-sharded setup.

How to run?

rake db:migrate:reset RAILS_ENV=test
rake #=> FAIL
rake #=> FAIL
...# if you run multiple times after reset of the database, the result will change.
rake #=> SUCCESS