[Radiant] Re: trouble running rake for custom extension

2010-11-08 Thread Guilherme Costa
Tobi, This line did the trick here: gem install rspec -v=1.3 It will install the version 1.3 of RSpec, the one needed by the "spec/rake/spectask"! Regards, Guilherme Costa -- Posted via http://www.ruby-forum.com/.

[Radiant] Re: trouble running rake for custom extension

2010-11-08 Thread Guilherme Costa
Tobi, Check the rspec version you are running. I have rspec2, and the issue remains! Apparently spec/rake/spectask is from 1.3! Regards, Guilherme -- Posted via http://www.ruby-forum.com/.