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.
我通常会这样做rake spec:rcov,但这会衡量所有测试的代码覆盖率。
rake spec:rcov
我想要一种从一个规范测量代码覆盖率的方法,以帮助确保每个模型的规范都在测试完整模型,而不是依赖其他测试中的副作用。
有任何想法吗?
rcov test/*.rb
我可能不完全理解你的问题,但如果你只是想指定你的代码的一部分,这个命令应该可以做到。
我在这里读到它:http ://eigenclass.org/hiki.rb?rcov#l6