require "../../tasks/create_required_seeds" Spec.before_each do AppDatabase.truncate Db::CreateRequiredSeeds.new(quiet: true).call end