Hi, I''m absolutly new to Ruby on Rails and try to set up my development environment. I installed RadRails, created a project and generated my first model and controller. Now I want to execute my unittests with rake. I have the rudimental automatically created 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'' And I have a test in test/unit/testname_test.rb. I can execute this test manually with right mouseklick on it (in RadRails) --> Execute as --> Test::Unit Test. Now my - probably very simple to be answered - question: How do I execute this test via rake? Please tell me EVERY SINGLE STEP (every line of "code" and where I have to put it). Thank you! -- 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 -~----------~----~----~----~------~----~------~--~---