aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rails_helper.rb
AgeCommit message (Collapse)Author
2017-12-11rails_helper.rb: Remove `use_transactional_fixtures = true`Teddy Wing
We want `DatabaseCleaner` to handle our database cleanup because sometimes we need to use a database truncation strategy instead of transactions. I need it to test the `Referential` table lock. This line gets removed instead of the config being set to `false` here because we defer to `spec_helper.rb` which already does that and does the `DatabaseCleaner` stuff through `spec/support/referential.rb`. Refs #5024
2017-11-28Add has_paper_trail on modelsXinhui
2017-07-07Add gem email_specXinhui
2016-05-12add offer workbench model #827Edouard Maffert