rubycas / rubycas-client

Ruby client for Yale's Central Authentication Service protocol -- an open source enterprise single sign on system for web applications.
http://code.google.com/p/rubycas-client/
Other
332 stars 217 forks source link

revise default rake task #55

Closed tpickett66 closed 11 years ago

tpickett66 commented 12 years ago

Appraisal runs the default task unless you specify what task to run. This isn't a problem as long as you always specify what task to run but if you don't it ends up repeatedly running the specs with the rails23 gemset.

Signed-off-by: Tyler Pickett t.pickett66@gmail.com

tpickett66 commented 12 years ago

I was concerned when I got the email from travis-ci saying the build had failed but I ran the specs with a couple different versions of ruby with them all being green. I inspected the logs from other branches on travis and noticed that they were failing with the same errors but these failures were masked by the fact the when the previous implementation ran bundle exec rake it ended up forking out to run the specs (which couldn't run) but the master process didn't report this failure.

soupmatt commented 11 years ago

Fixed in 1160c82a2ffad51ab965a86d16ec0d7480295bbf