public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Search Repo:
fix typo in request_spec.rb
ezmobius (author)
Thu May 15 19:27:52 -0700 2008
commit  cf690d2521cdfa1d549bbf9ac8d051ed3c2f9140
tree    e985be38897241f7d30a3cab0f8edcb2eaf50615
parent  151989977c12c9c37bc5fa46163887d6a2ab6c4c
...
201
202
203
204
 
205
206
207
...
201
202
203
 
204
205
206
207
0
@@ -201,7 +201,7 @@
0
    :http_keep_alive => ["keep_alive", "300"],
0
    :http_accept_charset => ["accept_charset", "UTF-8"],
0
    :http_version => ["version", "1.1"],
0
- :gateway_inteface => ["gateway", "CGI/1.2"],
0
+ :gateway_interface => ["gateway", "CGI/1.2"],
0
    :http_connection => ["connection", "keep-alive"],
0
    :path_info => ["path_info", "foo/bar/baz"],
0
   }.each do |env, vars|

Comments

    No one has commented yet.