> Hi,
>
> Just wondering why Rack::Response isn't enumerable? For example, I'd
> like to be able to:
>
> status,headers,body = @app.call(new_rack_env)
> body.collect.should == ['A GET request for /']
>
> Matt
Could be useful for this case, but in general bodies aren't.
Maybe you want to use MockRequest for testing?
> p.s. thanks for creating such an awesome project!
Thanks.
--
Christian Neukirchen <chneuk...@gmail.com> http://chneukirchen.org