I am trying to write a rake commit task so that before I commit changes to svn it executes my unit tests. I have a failing unit test, but the test:units is not raising the exception so my commit task still executes. Example: task :commit => :test do #should not reach because I have a failing test, but the test task passes anyway and executes this #subversion commit done here end --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---