> -----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 > 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 > itself. > > Can you be more specific about which methods are not being found? Are > they all from rspec-rails? Are some from rails directly? >
I can't remember everything, but first was route_for, so I included Spec::Rails::Example::RoutingHelpers. Then assert_recognizes, and I can't remember exactly what I included for that at first. Then clean_backtrace, and I found the module for that, then build_message. Then I gave up, and was trying to find a parent module that would just include all of that, because it doesn't make sense I'd have to include so many different things to make it work. Brandon > > > > Brandon > > > > _______________________________________________ > > rspec-users mailing list > > rspec-users@rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users