On Feb 7, 2009, at 10:00 AM, doug livesey <biot...@gmail.com> 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 <dchelim...@gmail.com>
On Sat, Feb 7, 2009 at 5:16 AM, doug livesey <biot...@gmail.com>
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
> 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
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users