DatabaseCleaner 是否有可能不重置给定的 table?
Is it possible for DatabaseCleaner to not reset a given table?
数据库清理器是否支持重置除给定 table 之外的所有 table 的方法?
它应该有效:
DatabaseCleaner.clean_with(:truncation, :except => %w[users])
数据库清理器是否支持重置除给定 table 之外的所有 table 的方法?
它应该有效:
DatabaseCleaner.clean_with(:truncation, :except => %w[users])