rSpec for testing plugins?

Hello,

Just starting Rails plugin development and I was wondering if I can use rSpec to test it? Or am I stuck with Test::Unit?

Thanks,

Marcelo.

I'm having the same question at moment. By chance I found, that the Riddle plugin is using rspec for it's tests.

http://www.sphinxsearch.com/forum/view.html?id=939

So it seems, it's possible, though I didn't have the time to look into the code right now.

Thanks Thorsten, I will take a look into this plugin and try to figure out how they wired rSpec in. If I find anything remarkable, I will share my experiences here.

Marcelo.