On Mon, Jun 8, 2009 at 10:33 PM, ru_ghetto<ru_ghe...@rubyghetto.com> wrote:
> I am breaking an app into a bunch of rails 2.x style engine plugins.
> The app is already tested with rspec and I am trying to figure out how
> to get autotest or even rake spec to run the examples in the plugins.
>
> Thanks for any information

For plugins there is a rake spec:plugins task, but you can also roll
your own rake task pretty easily. Just take a look at all the
different spec tasks in lib/tasks/rspec.rake (generated when you ran
script/generate rspec). Also doco is here:

http://rspec.rubyforge.org/rspec/1.2.6/classes/Spec/Rake/SpecTask.html

HTH,
David
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to