Re: [rspec-users] Specs for RSpec Matchers and Helpers

2009-04-15 Thread Mark Wilden
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

Re: [rspec-users] Specs for RSpec Matchers and Helpers

2009-04-15 Thread aslak hellesoy
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