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.
我打错了。我的意思是输入这个:
[1,2,3,4,5].each {|n| puts n}
但我输入了这个:
[1,2,3,4,5].each n { puts n }
我有:
Coverage report generated for RSpec to /home/...
第二个命令的结果真的很令人惊讶:我得到了一份 rspec 覆盖率报告!
错误输入的代码使我的系统生成覆盖率报告怎么办?