On Wed, Apr 15, 2009 at 7:52 AM, Brandon Olivares
wrote:
>
> I've been extracting a lot of code out of my specs into their own matchers,
> helpers, and macros.
>
> I notice that the plugins that have their own specs, such as rspec-rails,
> and even RSpec itself, have specs for the matchers and hel
On Wed, Apr 15, 2009 at 4:52 PM, Brandon Olivares
wrote:
> Hi,
>
> I've been extracting a lot of code out of my specs into their own matchers,
> helpers, and macros.
>
> I notice that the plugins that have their own specs, such as rspec-rails,
> and even RSpec itself, have specs for the matchers a
Hi,
I've been extracting a lot of code out of my specs into their own matchers,
helpers, and macros.
I notice that the plugins that have their own specs, such as rspec-rails,
and even RSpec itself, have specs for the matchers and helpers. Is this
generally a good thing to do, or is it unnecessary