Hey folks
After doing an update from our svn server, rake is no longer working for
me, though it''s fine for my team-mates. I get this error:
no such file to load -- spec/rake/spectask
/home/max/work/e_learning_resource/trunk/Rakefile:10:in `require''
when i try to do any rake task. The file it mentions looks like this,
with line 10 being the last line:
#Rakefile
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically
be available to Rake.
require(File.join(File.dirname(__FILE__), ''config'',
''boot''))
require ''rake''
require ''rake/testtask''
require ''rake/rdoctask''
require ''tasks/rails''
Can anyone help?
thanks, max
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---