Hi Ingo, we use our own dry_plugin_test_helper [1] for almost all our plugin tests and it works fine. It provides a stripped down Rails environment inside the gem so that you don't need it in your plugin just to test your plugin code. We mainly use it with Test::Unit but I don't see why rspec wouldn't work.
Cheers, Hendrik [1] http://github.com/imedo/dry_plugin_test_helper/tree/master
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users