Re: [rspec-users] Custom matcher, use other helpers and matchers from rspec-rails

2009-04-12 Thread David Chelimsky
: rspec-users >> Subject: Re: [rspec-users] Custom matcher, use other helpers and >> matchers from rspec-rails >> >> There's not really a single mechanism for that at this point because >> rspec-rails isn't really designed to be the basis for extensions of >&

Re: [rspec-users] Custom matcher, use other helpers and matchers from rspec-rails

2009-04-12 Thread Brandon Olivares
> -Original Message- > From: rspec-users-boun...@rubyforge.org [mailto:rspec-users- > boun...@rubyforge.org] On Behalf Of David Chelimsky > Sent: Sunday, April 12, 2009 9:27 PM > To: rspec-users > Subject: Re: [rspec-users] Custom matcher, use other helpers and >

Re: [rspec-users] Custom matcher, use other helpers and matchers from rspec-rails

2009-04-12 Thread David Chelimsky
On Sun, Apr 12, 2009 at 10:15 PM, Brandon Olivares wrote: > Hi, > > I am creating an improved version of route_for that is more intuitive to me. > However, I keep getting NoMethodError exceptions, so am trying to find all > the includes I have to put into my class. > > What's the best way to impor