Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
除了返回单个Uservia 之外users(:id),有没有办法让所有用户在 中定义users.yml?
User
users(:id)
users.yml
在 rspec 这似乎是,但这只是在 Minitest 中users(:all)寻找具有 id == 的用户。all
users(:all)
all
如果您没有在测试中创建任何其他用户,您可以简单地调用以下命令:
User.all