AuthenticatedSystem library has tests already written for it. Just as Jim said you needn't write specs for it.
But if you did want to write spec's for the AuthenticatedSystem then you'd create a directory inside the plugin directory with all the other directory and files pointing the paths to the files you want to spec. I'm sure it would be good practice to write spec's for a plugin but like Jim said its practice to assume that the plugin should work. On 10/5/07, James Deville <[EMAIL PROTECTED]> wrote: > > Since it's a plugin, then I would not spec it, and spec the files that use > it instead. > > Jim Deville > > On 10/4/07, Nathan Sutton < [EMAIL PROTECTED]> wrote: > > > > How would I go about writing specs for a lib, particularly one with > > all protected and private methods. I'm trying to spec the > > AuthenticatedSystem library from the rails restful_authentication > > plugin: > > http://pastie.caboo.se/103625 > > > > Also, when you're mocking objects, a side-effect is helping you > > define the api of the object. Is there a way to get all the > > behaviors that have been mocked for a class and its objects? Is > > there a way to automagically compare the output against what is > > actually defined? > > > > Thanks, > > > > Nate "fowlduck" Sutton > > _______________________________________________ > > rspec-users mailing list > > [email protected] > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users >
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
