Created
September 16, 2008 12:41
-
-
Save mlangenberg/11023 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app = Merb::Rack::Application.new | |
request = fake_request({:request_uri => '/test'}) | |
response = app.call(request.env) | |
p response | |
[200, {"Date"=>"Tue, 16 Sep 2008 14:38:16 +0200", "Content-Type"=>"text/html; charset=utf-8"}, "Hello There!"] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment