: 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
>&
> -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
>
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