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

-- 
http://www.coreyhaines.com
The Internet's Premiere source of information about Corey Haines
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to