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
これを修正する方法はありますか?