我想知道我应该如何使用dredd测试 rails api ,特别是 show 和 index 操作(/post{id}和/post)
- 我应该在运行dredd之前用记录填充我的数据库吗,我的意思是使用 id: 1 等创建记录帖子?
- dredd 是否总是试图获取 id: 1 ( /post/1 ) 的对象?
我找到了示例项目https://github.com/theodorton/dredd-test-rails但在 apib 文件https://github.com/theodorton/dredd-test-rails/blob/中只描述了一种方法(帖子)主/apiary.apib