Including my plugin specs into rake spec

Hi,

We’ve been building plugins for our app, and we kept running into
forgetting
to run the plugin specs when we updated from svn. So, I took the task on
to
have the rake spec command include our plugin specs, as well. I only
wanted
to have our plugin specs run, not third party ones.

In order to do this, I edited the rspec_on_rails /tasks/rspec.rake file
to
include our specs in the FileList. I don’t especially like the fact that
I
had to change the rake task for rspec_on_rails in order to do this. Is
there
a more preferred way to do this?

Thanks,
-Corey