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.
merb でアプリを作成しました。私のGemfileには
gem "rspec", :require => "spec"
rake -Tまたはを実行するrake routesと、rake タスクが上記のエラーで中止されます。
rake -T
rake routes
Gemfile に gem が記載されていない場合、エラーは次のようになります。
rake aborted! no such file to load -- spec/rake/spectask
解決策を提案してください。
rspec の gem バージョンを gem "rspec", "1.2.11",:require => "spec" :) として指定することで問題を解決しました。merb バージョンは 1.1.3 です – Prasad Surase 29 7月. 112011-07-29 09:22:00