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.
假设我在 Rails 项目中使用 gem Foobar 。如何运行此 gem 的测试?
我的意思是,像
rake test Foobar
有没有简单的方法可以做到这一点?
另外,我可以运行所有依赖项的测试吗?