From: Jim Weirich Date: 2007-03-01T21:57:52+09:00 Subject: Re: Testing rake Han Holl wrote: > Hi, > > I installed rake-0.7.2 as a gem, and following the suggestion of the > docs tried to run the tests. > It complained about rcov, so I installed that as well, Hmm ... rcov shouldn't be required just to run unit tests. I'll fix that. > then the same > for flexmock, and then it ran: > UNABLE TO RUN FUNCTIONAL TESTS > No Session Found The functional tests require the session gem to run. If you don't have the session gem (or are on Windows where the session gem won't work), you will automatically skip the functional tests. That has nothing to do with the following errors. > Loaded suite > /usr/lib/ruby/gems/1.8/gems/rake-0.7.2/lib/rake/rake_test_loader > Started > ..........E..................E................................................................................................................................................E...................................................................... > Finished in 9.683188 seconds. It seems rake isn't providing everything you need for the tests in the gem. I'll look into this. Thanks for the report. -- Jim Weirich -- Posted via http://www.ruby-forum.com/.