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.
我有一个简单的问题 rspec 或 rake 哪个更好更可靠。
问候, AB
RSpec 和 Rake 是两个不同的东西。
两者在他们打算做的事情上都是可靠的!
苹果和橘子我的朋友。
Rspec - http://en.wikipedia.org/wiki/RSpec
耙子 - http://en.wikipedia.org/wiki/Rake_(软件)
Rake 是一种用于管理与您的应用程序相关的各种任务的工具,例如更新数据库模式或向其中添加示例数据。
RSpec 是一种工具,可帮助您为应用程序编写测试。