Hello,<br><br>I&#39;m trying to figure out how to setup a spec structure for plugins. I&#39;m getting pretty lost in figuring out how to isolate a plugin enviornment emulating rails, but not actually being reflected upon the current rails project.
<br><br>What I mean is this, let&#39;s say I have a comment plugin. This has two things in lib, the comment model (comment.rb) and then the module ruby file for methods. <br><br>I&#39;m trying to figure out how I would spec this out in the actual plugin directory (vendor/plugins/comment_plugin/spec). What would my spec_helper look like? How would I spec that it works? Why I&#39;m saying this is because I can&#39;t use any of the /app/models/ in the rails project because that is specific to a rails project, I&#39;m trying to isolate it into the plugin. How would I fake a model in&nbsp; rspec, especially with the line that &quot;acts_as_comment&quot; which sets up the polymorphic association. If anyone has any advice, or knows of any plugins that are tested with rspec and not rails testing, let me know.
<br><br><br>Thanks.<br>