rspec文件中的文件名约定

时间:2012-10-29 19:55:16

标签: ruby-on-rails ruby-on-rails-3 rspec naming-conventions rspec2

我在Hartl的Ruby on Rails教程中注意到他使用rails generate来创建rspec文件。例如,

rails generate integration_test static_pages

创建文件static_pages_spec.rb。我的问题是,是否有文件名的命名约定?

此外,describedo之间的文字是否有命名约定?我知道写/people/new这样的东西会在测试一个视图时自动设置渲染,所以我需要做的只是编写render,但是在rspec中存在哪些其他命名约定?

1 个答案:

答案 0 :(得分:3)

检查此链接,我非常喜欢这个指南,代码看起来非常干净使用它

https://github.com/bbatsov/rails-style-guide#rspec