Re: [rspec-users] Fail to load spec/rake/spectask

2010-10-26 Thread Fredrik Westermark
Many thanks David! My rspec tests can now be executed and presented from Hudson using rake and the ci_reporter. Best regards /Fredrik -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org

Re: [rspec-users] Fail to load spec/rake/spectask

2010-10-25 Thread David Chelimsky
On Oct 25, 2010, at 8:49 PM, Fredrik Westermark wrote: > Hi! > > I'm a newbie at Ruby. I'm trying to run rspec tests using rake. In my > rake file I include spec/rake/spectask. > > It fails to load giving me the following message: > rake aborted! > no such file to load -- spec/rake/spectask > C: