[rspec-users] Re-using Rspec Matchers

2010-09-08 Thread Brian Kaney
Hey Everyone, Is it good practice to call matchers from within matchers? Kinda like this pattern: See: http://gist.github.com/570467 -- Brian ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Re-using Rspec Matchers

2010-09-08 Thread Brian Kaney
On Sep 8, 2010, at 2:17 PM, "J. B. Rainsberger" wrote: > On Wed, Sep 8, 2010 at 14:42, Brian Kaney wrote: > >> Is it good practice to call matchers from within matchers? Kinda like this >> pattern: >> >> See: http://gist.github.com/570467 >