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.
以下两种说法有什么区别?
$spork --bootstrap
$spork
该--bootstrap参数将使用在 Spork 启动时运行的代码更新您的测试帮助文件。如果您使用的是 rspec,那么它将在您的 rspec_helper.rb 文件中添加样板代码来初始化 spork 和 rsepc。
--bootstrap
spork --bootstrap当你设置一个新的测试框架时,你应该只运行一次。要运行 spork 和你的测试,你应该只运行spork.
spork --bootstrap
spork