5df98684daMaintenance: Update copyright information and add a new rubocop cop to watch over it.
3 years ago
Thorsten Eckel
02ba0e455eAdded db_strategy (:truncaction) meta helper to switch to DB cleanup via truncation (from transaction) for single examples. We choose to stick to Rails/RSpec transactional cleanup over DatabaseCleaner transaction strategy because of performance reasons. Rails default performs between 30 and 50% better.