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或Jasmine这样的测试框架会要求您将它们的 gem 添加到测试和开发组中。这是为什么?
我希望他们只住在测试组。
让发电机工作。如果您不包括在开发中,则必须运行RAILS_ENV=test rails g ...
RAILS_ENV=test rails g ...