Well, I can guarantee that it's better than any home-grown solution I would attempt, so I'll be happy w/ that for now! ;)Cheers again, Doug.
2009/2/7 David Chelimsky <[email protected]> > On Feb 7, 2009, at 10:00 AM, doug livesey <[email protected]> wrote: > > Cheers for that -- that's what I thought was the hacky solution! ;)I'm now > reassured that I'm not being evil -- thanks! > > > Not so fast! It works, and it's what rspec uses, but that doesn't make it > good ( as opposed to evil ). > > I'd add support for something friendlier, but maybe it really belongs in > rails proper. > > Doug. > > 2009/2/7 David Chelimsky < <[email protected]>[email protected]> > >> On Sat, Feb 7, 2009 at 5:16 AM, doug livesey < <[email protected]> >> [email protected]> wrote: >> > Hi -- I have a hacky work-around for this, but wondered if anyone could >> tell >> > me the canonical way of sending the get/put/etc. portion of a spec with >> > format information. >> >> This is what is in the specs generated by rspec-rails: >> >> request.env["HTTP_ACCEPT"] = "application/xml" >> get :index >> >> HTH, >> David >> >> > I guess with something that might look like this: >> > def do_get >> > get :index, :format => :xml >> > end >> > Cheers, >> > Doug. >> > _______________________________________________ >> > rspec-users mailing list >> > <[email protected]>[email protected] >> > <http://rubyforge.org/mailman/listinfo/rspec-users> >> http://rubyforge.org/mailman/listinfo/rspec-users >> > >> _______________________________________________ >> rspec-users mailing list >> <[email protected]>[email protected] >> <http://rubyforge.org/mailman/listinfo/rspec-users> >> http://rubyforge.org/mailman/listinfo/rspec-users >> > > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > > > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users >
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
