I have created an app in merb. My Gemfile has
gem "rspec", :require => "spec"
If I run the rake -T
or rake routes
, my rake task is aborted with the above error.
If the gem is not mentioned in the Gemfile then the error is
rake aborted!
no such file to load -- spec/rake/spectask
Please suggest a solution.