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.
我使用 TestUnit 开始了我的项目,但现在我希望改用 RSpec。为了避免重新编写所有测试,如果我在启动 rake 时可以同时使用它们将会很有用。
在我的 Rakefile 下面:
require File.expand_path('../config/application', __FILE__) MyApp::Application.load_tasks
有没有办法来解决这个问题 ?