gpt4 book ai didi

testing - fixtures 的 Friendly_id (slug)

转载 作者:行者123 更新时间:2023-11-28 20:01:33 26 4
gpt4 key购买 nike

我在我的应用程序中使用 freindly_id。我在我的应用程序中设置了一些固定装置。我想对它们进行集成测试。在测试期间,我需要 friendly_id,但是从固定装置创建的数据库记录在 Slug 表中没有相应的 slug。

slug 不是从 Fixture 数据自动创建的吗?如果不是,那么有什么解决方案?

最佳答案

最简单的方法是将 slug 添加到 fixture 数据中:

# test/fixtures/things.yml
apple:
title: Apple
restricted: hellyes
slug: apple
# app/model/thing.rb
class Thing << ApplicationRecord
extend FriendlyId
friendly_id :name, use: :slugged
end

关于testing - fixtures 的 Friendly_id (slug),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2503366/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com